home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / emacs / 19.22 / lisp / ChangeLog.z / ChangeLog
Text File  |  1993-11-27  |  167KB  |  4,389 lines

  1. Sat Nov 27 02:51:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2.  
  3.     * Version 19.22 released.
  4.  
  5.     * vc.el (vc-buffer-sync): Signal error if user says no.
  6.  
  7.     * vc-hooks.el (vc-mode-line): Make buffer read-only for root
  8.     if file is locked.
  9.  
  10.     * mouse.el (mouse-set-font): Update nonstandard faces that are supposed
  11.     to use a modification of the frame's font.
  12.  
  13. Fri Nov 26 15:41:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  14.  
  15.     * rmail.el (rmail-variables): Abbreviate truename for comparison.
  16.  
  17. Thu Nov 25 01:51:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  18.  
  19.     * faces.el (make-face-unitalic, make-face-unbold, make-face-bold)
  20.     (make-face-bold-italic, make-face-italic): If frame is t,
  21.     do the special handling only if face-font is a list.
  22.  
  23.     * etags.el (tags-add-tables): New variable.
  24.     (visit-tags-table-buffer): Use it.
  25.     (default-tags-table-function): No longer user var, no longer autoload.
  26.  
  27.     * ange-ftp.el (ange-ftp-binary-file-name-regexp):
  28.     Accept .tgz and .taz files.
  29.  
  30.     * tpu-edt.el (tpu-revision): Variable deleted.
  31.  
  32. Wed Nov 24 15:08:12 1993  Rob Riepel  (riepel@Snowflake.Stanford.edu)
  33.  
  34.         * tpu-edt.el (tpu-quoted-insert): New function.
  35.         (tpu-reset-control-keys): Remove C-f mapping.
  36.         Insert (in file) fsets for free/bound cursor, scroll
  37.         margins, key mappings for same.
  38.  
  39.         * tpu-extras.el: Remove free/bound cursor and scroll
  40.         margin fsets and key mappings.  Add autoload cookies.
  41.  
  42.         * tpu-doc.el: Add sample test for tpu-set-scroll-margins.
  43.  
  44. Wed Nov 24 00:03:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  45.  
  46.     * comint.el (comint-send-input): Don't call comint-arguments
  47.     to set HISTORY, even if comint-input-autoexpand is not `history'.
  48.     When comint-input-autoexpand is `history', undo part of prev change:
  49.     do put INPUT back in the buffer in place of expanded hist.
  50.  
  51.     * tabify.el: Add a provide.
  52.  
  53.     * vc.el (vc-next-action): Doc fix.
  54.     (vc-checkout-carefully): New variable.
  55.     (vc-next-action-on-file): Obey vc-checkout-carefully.
  56.  
  57.     * vc-hooks.el (vc-make-backup-files): Doc fix.
  58.     (vc-rcs-status): Use colon, not dash, in the string LOCKS.
  59.  
  60.     * rmailsort.el (rmail-sort-messages): In summary buf, go to rmail buf.
  61.  
  62.     * subr.el (walk-windows): If start at minibuf window, do return to it.
  63.  
  64.     * comint.el (comint-send-input): Don't call comint-arguments while
  65.     computing the value for history.
  66.     (comint-delim-arg): Treat quoted delim chars as non-delims.
  67.  
  68. Tue Nov 23 01:23:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  69.  
  70.     * simple.el (count-lines): In selective-display case,
  71.     adjust value if end is not at bol.
  72.  
  73.     * isearch.el (isearch-other-meta-char): Correct the test for a split-up
  74.     mode line or scroll bar mouse event.
  75.  
  76.     * icomplete.el: New file.
  77.  
  78.     * info.el (Info-follow-reference): Correct one-off error in
  79.     comparing start-point.
  80.  
  81.     * dired-aux.el (dired-diff): Require diff.
  82.  
  83.     * telnet.el (telnet-rsh-program): New variable.
  84.     (rsh): Use it.
  85.     (telnet-count): Now buffer-local.
  86.  
  87.     * finder.el (finder-known-keywords): Add data, faces, mouse, matching.
  88.  
  89.     * edebug.el: Delete periods from error messages.
  90.     (edebug-functionp): Recognize compiled functions.
  91.     (edebug-display): Supply missing parens in let.
  92.  
  93.     * simple.el (repeat-complex-command): Undo Oct 2 change.
  94.  
  95.     * c-mode.el (c-indent-region): Don't goto-char sexpend if it's nil.
  96.     As first thing, advance to a nonblank line.
  97.  
  98.     * view.el (View-scroll-lines-forward):
  99.     Allow scrolling backward at the end of the buffer.
  100.  
  101.     * comint.el (comint-preinput-scroll-to-bottom): If SCROLL is `this',
  102.     don't bother with walk-windows; just hack the selected window.
  103.  
  104.     * avoid.el: New file.
  105.     * shadowfile.el: New file.
  106.  
  107. Mon Nov 22 11:07:43 1993  Morten Welinder  (terra@tyr.diku.dk)
  108.  
  109.     * add-log.el (add-change-log-entry): put buffer in change-log-mode.
  110.     (find-change-log): correct calculation of file one directory out.
  111.  
  112. Mon Nov 22 01:32:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  113.  
  114.     * dired.el (dired-goto-file): Don't try matching one line twice.
  115.  
  116.     * rmailsum.el (rmail-summary-wipe): If rmail buffer is not visible,
  117.     switch to it in this window.
  118.     (rmail-summary-mode): Doc fix.
  119.  
  120.     * dired.el (dired-readin-insert): Expand default-directory and dirname
  121.     before comparing them.
  122.     (dired-internal-noselect): Set default-directory to abbreviated name.
  123.  
  124.     * mouse.el (mouse-save-then-kill-delete-region):
  125.     Call undo-boundary at the beginning and at the end.
  126.  
  127.     * gnuspost.el (gnus-inews-do-fcc): If gnus-author-copy-saver
  128.     is rmail-output, call rmail-output the proper way.
  129.  
  130.     * man.el (Man-specified-section-option): New variable.
  131.     (Man-translate-references): Use that variable.
  132.  
  133. Sun Nov 21 01:11:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  134.  
  135.     * mouse.el (mouse-start-end): Use MODE mod 3.
  136.     (mouse-save-then-kill): Test mouse-selection-click-count mod 3.
  137.     (mouse-drag-secondary, mouse-secondary-save-then-kill): Likewise.
  138.  
  139.     * inf-lisp.el (inferior-lisp-proc): Clean up error message.
  140.  
  141.     * iso-acc.el (iso-accents-enable): New variable.
  142.     (key-translation-map): Enable an accent only if in iso-accents-enable.
  143.  
  144.     * lisp-mode.el (lisp-eval-defun): Renamed from lisp-send-defun.
  145.     (lisp-mode-map): Use new name lisp-eval-defun.
  146.     Move run-lisp to C-x C-z.
  147.  
  148.     * sendmail.el (mail-yank-original):
  149.     Delete windows on selected frame only.
  150.  
  151.     * mouse.el (mouse-kill-secondary): Do the kill in proper buffer.
  152.     Give error if in the wrong buffer.
  153.     (mouse-secondary-save-then-kill): Give error if click is not in
  154.     the buffer already used for secondary selection.
  155.     Don't switch windows; always temporarily switch buffers.
  156.  
  157.     * mail-utils.el (mail-fetch-field): Exclude trailing whitespace.
  158.     Delete duplicate (goto-char (point-min)).
  159.  
  160.     * faces.el (x-resolve-font-name): Undo previous change.
  161.  
  162.     * info.el (Info-edit): Use proper map in substitute-command-keys.
  163.  
  164. Sat Nov 20 00:49:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  165.  
  166.     * tex-mode.el (tex-send-command): Wait for output first,
  167.     if text has not changed since previous tex-send-command.
  168.     (tex-send-command-modified-tick): New buffer-local variable.
  169.  
  170.     * texinfo.el (texinfo-tex-region): Use tex-send-command to do commands.
  171.     (texinfo-tex-buffer, texinfo-texindex, texinfo-tex-print): Likewise.
  172.     (texinfo-delete-from-print-queue, texinfo-quit-job): Likewise.
  173.  
  174.     * tex-mode.el (tex-start-shell): Don't use -v option.
  175.     (tex-send-command): Insert text in the buffer, then use
  176.     comint-send-input to send it.
  177.  
  178.     * etags.el (tags-complete-tag): Bind enable-recursive-minibuffers to t.
  179.  
  180. Fri Nov 19 18:36:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  181.  
  182.     * startup.el (command-line): Set init-file-had-error to t or nil.
  183.     (command-line-1): Inhibit startup message if init-file-had-error.
  184.  
  185. Fri Nov 19 17:13:32 1993  Robert J. Chassell  (bob@geech.gnu.ai.mit.edu)
  186.  
  187.         * texinfmt.el (texinfo-if-set, texinfo-if-clear): Act
  188.           appropriately when flat neither set nor cleared.
  189.  
  190. Fri Nov 19 10:57:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  191.  
  192.     * gnuspost.el (gnus-inews-do-fcc): Use gnus-output-to-rmail
  193.     if file is an rmail file.  Pass extra args to rmail-output.
  194.  
  195.     * simple.el (eval-expression): Don't bind minibuffer-history-sexp-flag.
  196.     (edit-and-eval-command): Likewise.
  197.  
  198.     * ange-ftp.el (ange-ftp-parse-dired-listing): Skip extra blank line
  199.     after the "total" line.
  200.  
  201.     * hexl.el (hexlify-buffer): Add autoload cookie.
  202.  
  203. Thu Nov 18 00:24:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  204.  
  205.     * iso-acc.el (iso-accents-list): Fix entries for 'y and ~c.
  206.     (iso-accents-list): Add "s.
  207.  
  208. Wed Nov 17 08:11:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  209.  
  210.     * comint.el (comint-scroll-show-maximum-output): Make default nil.
  211.  
  212.     * gnus.el (gnus-summary-save-in-mail): Use rmail-output
  213.     if the file is not an Rmail file.
  214.  
  215.     * font-lock.el (font-lock-hack-keywords):
  216.     Handle next-single-property-change returning nil.
  217.  
  218. Tue Nov 16 01:14:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  219.  
  220.     * Version 19.21 released.
  221.  
  222.     * gnus.el (gnus-summary-save-in-mail): Don't use rmail-output.
  223.     Instead, use either gnus-output-to-rmail or gnus-output-to-file.
  224.     Expand filename before use.
  225.     * rmailout.el (rmail-file-p): Add autoload cookie.
  226.  
  227.     * comint.el (comint-send-input): Run comint-output-filter-functions
  228.     only if process is using comint-output-filter as its filter.
  229.  
  230.     * subr.el (remove-hook): Doc fix.
  231.  
  232.     * rmail.el (rmail-set-attribute): Do nothing if MSGNUM is 0.
  233.  
  234.     * nntp.el (nntp-encode-text): Insert a CR before the newline.
  235.  
  236.     * info.el (Info-mode): Doc fix.
  237.  
  238.     * loaddefs.el: Delete duplicate etags.el autoloads.
  239.  
  240.     * add-log.el (change-log-default-name, add-log-current-defun-function)
  241.     (add-log-full-name, add-log-mailing-address): Delete autoload cookies.
  242.  
  243. Mon Nov 15 21:37:37 1993  Per Bothner  (bothner@cygnus.com)
  244.  
  245.     * iso-acc.el (iso-accents-list):  Added /A for A-with-ring
  246.     and /E for AE-ligature, with lowercase versions.  These
  247.     letters are used (with O-with-slash) in Norwegian and Danish.
  248.  
  249. Mon Nov 15 00:17:12 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  250.  
  251.     * appt.el (appt-display-interval): New variable.
  252.     (appt-check): Obey that variable.
  253.  
  254.     * sun.el (sun-raw-prefix): Make this just a variable,
  255.     not a function name.
  256.  
  257.     * startup.el (command-line-1): Display a message in the echo area.
  258.  
  259.     * comint.el (comint-read-input-ring, comint-write-input-ring):
  260.     Treat "" like nil in comint-input-ring-file-name.
  261.  
  262. Mon Nov 15 13:21:51 1993  Robert J. Chassell (bob@grackle.stockbridge.ma.us)
  263.  
  264.         * page.el Add `provide'.
  265.         (narrow-to-page): Enable page-delimiter to span lines.
  266.  
  267.         * page-ext.el: Revise documentation.  Add `provide'.
  268.         (pages-directory-for-adding-addresses-narrowing-p): 
  269.         New user option for adding addresses.  Default to narrowing.
  270.         (pages-directory-for-addresses): Intall user settable options. 
  271.         (add-new-page): Insert new page in specified location.
  272.         (original-page-delimiter): Set default value to "^^L".
  273.  
  274. Mon Nov 15 04:13:48 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  275.  
  276.     * vc.el: vc-static-header-alist shouldn't have been declared const.
  277.  
  278. Sun Nov 14 00:49:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  279.  
  280.     * rmailout.el (rmail-output): New argument FROM-GNUS.
  281.     * gnus.el (gnus-summary-save-in-mail): Pass new args to rmail-output.
  282.  
  283.     * solar.el (solar-equinoxes-solstices): Add autoload.
  284.  
  285.     * calendar.el (solar-holidays): Change top-level progn to an if.
  286.  
  287.     * mouse.el (mouse-save-then-kill-delete-region): Take args BEG and END.
  288.     Update the undo list properly.
  289.     (mouse-save-then-kill): Pass those args.
  290.     When we kill, clear mouse-save-then-kill-posn
  291.     and mouse-selection-click-count.
  292.     (mouse-secondary-save-then-kill): Likewise.
  293.     Delete the overlay after deleting the selection text.
  294.     (mouse-selection-click-count): Initialize to 0.
  295.     (mouse-save-then-kill-delete-region): Handle buffers with no undo list.
  296.     Handle empty regions.  Handle end < beg.
  297.  
  298.     * rmailsum.el (rmail-summary-forward): Accept prefix arg
  299.     and pass it to rmail-forward.
  300.  
  301. Sat Nov 13 01:58:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  302.  
  303.     * compare-w.el (compare-windows-skip-whitespace): Swap the two
  304.     and's within the or.
  305.  
  306.     * help.el (describe-project): New function, on C-h C-p.
  307.     (help-for-help): Add C-p.  Refer to help-command, not
  308.     help-for-help, in the \\[...].
  309.  
  310.     * paths.el (rmail-spool-directory): Check for irix,
  311.     not silicon-graphic-unix.
  312.     * dired.el (dired-chown-program): Likewise.
  313.     * lpr.el (lpr-command): Likewise.
  314.  
  315.     * xscheme.el: Add a provide call.
  316.  
  317.     * dired.el (dired-make-relative): Expand DIR if starts with ~.
  318.  
  319. Fri Nov 12 23:48:06 1993  Paul Eggert  (eggert@twinsun.com)
  320.  
  321.     * cal-dst.el (calendar-absolute-from-time): Undo Sep 14 patch.
  322.     Fix comments instead, since they didn't match the code.
  323.  
  324. Fri Nov 12 17:16:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  325.  
  326.     * comint.el (comint-match-partial-filename): Consider +@: part of
  327.     filenames; don't consider parens as part of them.
  328.  
  329.     * fill.el (fill-individual-paragraphs): Fix skipping headers
  330.     of yanked message.
  331.  
  332.     * rmailsum.el (rmail-summary-edit-map): Inherit text-mode-map properly.
  333.  
  334. Fri Nov 12 03:52:03 1993  Paul Eggert  (eggert@twinsun.com)
  335.  
  336.     * vc.el (vc-rename-file): Don't overwrite an existing file.
  337.     Fix test for unsaved files.
  338.     Calculate name of new master file properly.
  339.  
  340. Thu Nov 11 02:16:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  341.  
  342.     * Version 19.20 released.
  343.  
  344.     * man.el (Man-section-regexp): Allow section names l, n, L, N.
  345.  
  346. Wed Nov 10 21:46:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  347.  
  348.     * map-ynp.el (map-y-or-n-p): Handle help-char values other than chars.
  349.  
  350.     * c-mode.el (c-indent-region): When looking for a sexp that ends
  351.     past this line, make sure it really starts on this line.
  352.  
  353.     * replace.el (occur-mode): Run occur-mode-hook.
  354.  
  355. Wed Nov 10 20:53:06 1993  Robert J. Chassell  (bob@kropotkin.gnu.ai.mit.edu)
  356.  
  357.         * texinfo.el (texinfo-texi2dvi-command): Separate `texi2dvi'
  358.     command from `tex' command so `texinfo-format-region' can use
  359.     straight `tex' command.
  360.         (texinfo-format-buffer): Use `texinfo-texi2dvi-command'
  361.         (texinfo-delete-from-print-queue): Revise documentation. 
  362.     (texinfo-quit-job): Use comint-send-input.
  363.  
  364.     * texinfmt.el (texinfo-format-region): Change `texinfo-[start
  365.     end]-of-header' to `tex-[start end]-of-header'.
  366.  
  367. Wed Nov 10 15:38:24 1993  Brian Fox  (bfox@mole.gnu.ai.mit.edu)
  368.  
  369.     * rmail.el (rmail-start-mail): Don't do other frame unless we have
  370.     a window system, irregardless of the state of rmail-mail-new-frame.
  371.  
  372.     * man.el (Man-filter-list): Include anything starting with
  373.     alphabetics, and containing "Last change:".
  374.     (manual-entry): Don't call `Man-downcase' since
  375.     Man-translate-references has already done the right thing.
  376.  
  377.     * info.el (Info-extract-menu-item): Quote `*' in the menu-item
  378.     leadin re-search to prevent us from finding node names which
  379.     contain the text of another node name within them.
  380.  
  381.     * files.el (find-backup-file-name): Don't fatal-error on
  382.     directories that are hard to read; fall back on ~/%backup%.
  383.  
  384.     * hexl.el (hexl-mode): Use `add-hook' to modify buffer local
  385.     `write-contents-hooks'.
  386.     (hexl-mode-exit): Remove our hook when turning off Hexl mode.
  387.  
  388.     * files.el (file-truename): Treat ~USER like just ~.
  389.  
  390.     * subr.el (remove-hook): New function, analogous to add-hook.  This
  391.     is now the recommended way to remove a hook that you have added.
  392.     * lucid.el (remove-hook): Function deleted.
  393.  
  394. Tue Nov  9 02:11:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  395.  
  396.     * texinfo.el (texinfo-mode-map): Add C-c C-e bindings for texinfmt.el.
  397.  
  398.     * texnfo-upd.el (texinfo-sequential-node-update): Add autoload.
  399.     (texinfo-update-node, texinfo-every-node-update): Add autoload.
  400.  
  401.     * comint.el (comint-postoutput-scroll-to-bottom):
  402.     Don't alter point in a window if it's after the process-mark.
  403.     Don't treat minibuffer window specially.
  404.  
  405.     * menu-bar.el (menu-bar-edit-menu): Add menu items for searching.
  406.  
  407.     * etags.el (etags-list-tags): Return t if found the file.
  408.     (list-tags): Clear first-time when we go around the loop.
  409.     Supply file name in error message.
  410.     Remove dir names from files when preparing for completion.
  411.  
  412. Mon Nov  8 18:40:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  413.  
  414.     * shell.el: Doc fixes.
  415.  
  416. Mon Nov  8 19:05:34 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  417.  
  418.     * comint.el (comint-preinput-scroll-to-bottom): Added
  419.     comint-magic-space to list of commands recognised as inserting.
  420.  
  421.     * comint.el (comint-output-filter): Corrected check for killed
  422.     buffer.
  423.  
  424. Mon Nov  8 16:16:32 1993  Robert J. Chassell  (bob@geech.gnu.ai.mit.edu)
  425.  
  426.         * texinfo.el (texinfo-show-structure): Indent appendices properly.
  427.  
  428. Mon Nov  8 07:42:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  429.  
  430.     * disp-table.el (describe-current-display-table):
  431.     Don't get error if no display table now.
  432.     (describe-display-table): Put all the output in the temp buffer.
  433.  
  434.     * ws-mode.el (wordstar-mode): Add autoload.
  435.  
  436.     * pascal.el: New file.
  437.     * thingatpt.el: New file.
  438.     * mouse-sel.el: New file.
  439.  
  440.     * ispell.el (ispell-message): Delete excess (beginning-of-line).
  441.  
  442.     * frame.el (set-frame-configuration): Iconify frames
  443.     rather than making them invisible.
  444.  
  445.     * register.el (jump-to-register): Rename prefix arg to DELETE
  446.     and invert its sense.
  447.  
  448.     * comint.el (comint-postoutput-scroll-to-bottom):
  449.     Walk the windows even if scroll is nil.
  450.  
  451. Sun Nov  7 03:09:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  452.  
  453.     * ispell.el (ispell-message): If gnus, but no mail-yank-prefix,
  454.     use ispell-message-cite-regexp.  Turn off case-fold-search
  455.     for the searching and matching in this function.
  456.  
  457.     * ispell.el (ispell-message): Stop if ispell-region returns nil.
  458.     (ispell-next, ispell-word): Catch ispell-quit, not quit.
  459.     (ispell-next): Return t if exit normally (no throw to ispell-quit).
  460.     (ispell-command-loop): For q, throw to ispell-quit.
  461.     Explicitly handle C-g.
  462.     (ispell): If we don't call ispell-next, return t.
  463.  
  464.     * compare-w.el (compare-windows-skip-whitespace): Return t
  465.     if there is whitespace before point.
  466.  
  467.     * iso-acc.el (iso-accents-mode): Doc fix.
  468.  
  469.     * comint.el (comint-postoutput-scroll-to-bottom):
  470.     Always keep point at end in all buffers if was at end.
  471.     comint-scroll-to-bottom-on-output controls what to do
  472.     if point was not already at the end.
  473.  
  474.     * iso-acc.el: Support ~ and /.  Support 'Y, 'y, "y.
  475.     Delete the `compose' support.
  476.     (iso-accents-list): Fix typo in ^A code.  Support ~< and ~>.
  477.  
  478.     * iso-transl.el: Alter isearch-mode-map so C-x 8 works in search.
  479.  
  480.     * frame.el (set-frame-configuration): If NODELETE, make the
  481.     unwanted frames invisible.
  482.  
  483. Sun Nov  7 11:19:25 1993  Ethan Bradford  (ethanb@ptolemy.astro.washington.edu)
  484.  
  485.     * ispell.el (ispell-non-empty-string): New function.
  486.     (ispell-message): Add autoload.
  487.     Choose a citation regexp automatically.
  488.     Don't fail if there is no following cited line after filled lines.
  489.  
  490. Fri Nov  5 23:15:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  491.  
  492.     * man.el (Man-frame-parameters): New variable.
  493.     (Man-notify-when-ready): Handle `newframe' as Man-notify value.
  494.  
  495. Thu Nov  4 07:01:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  496.  
  497.     * ange-ftp.el (ange-ftp-load): Handle extra args after the file name.
  498.  
  499. Wed Nov  3 15:42:09 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  500.  
  501.         * tex-mode.el (tex-alt-print): New function for menu bar.
  502.         (tex-define-common-keys, tex-mode-map): Move some items from
  503.     tex-define-common-keys to tex-mode-map.
  504.     Add more menu-enable properties.
  505.         (tex-append): Cope with both the original
  506.         Pascal-based TeX and the newer C-based TeX.
  507.  
  508. Wed Nov  3 14:59:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  509.  
  510.     * frame.el (other-frame): Subtract 1 from hpos for new mouse position.
  511.  
  512.     * sendmail.el (sendmail-send-it): Don't insert Sender.
  513.  
  514.     * tex-mode.el (tex-validate-region, tex-region):
  515.     Enable menu items if only mark is active.
  516.  
  517. Tue Nov  2 19:44:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  518.  
  519.     * mouse.el (mouse-drag-region): Set this-command to mouse-set-point
  520.     if not setting the mark.
  521.     (mouse-save-then-kill): Consider mark-active only in transient mark md.
  522.  
  523. Wed Oct 27 17:32:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  524.  
  525.     * tex-mode.el (tex-define-common-keys): Define menu items.
  526.  
  527. Tue Oct 26 16:45:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  528.  
  529.     * comint.el (comint-mode-map): Merge menu bar item Output into Input.
  530.     Rename Completion to Complete.
  531.  
  532.     * font-lock.el (font-lock-fontify-buffer): Don't turn
  533.     font-lock-mode on and off; just call font-lock-set-defaults.
  534.  
  535. Tue Oct 26 14:08:10 1993  Lawrence R. Dodd  (dodd@roebling.poly.edu)
  536.  
  537.     * ispell.el (ispell-look-command): New user variable.
  538.     (ispell-do-look, ispell-lookup-build-list): Use it as
  539.     PROGRAM for call-process instead of just "look".
  540.  
  541.     * ispell.el (ispell-complete-word-interior-frag): New command.
  542.     (ispell-complete-word): New command.
  543.     (ispell-menu-map): Add bindings for them.
  544.     (ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars.
  545.  
  546.     * text-mode.el (text-mode-map): Bind ispell-complete-word to M-TAB.
  547.  
  548. Tue Oct 26 14:07:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  549.  
  550.     * simple.el (eval-expression): Fix typo: missing paren.
  551.     (read-expression-map): Use an indirection to minibuffer-local-map
  552.     rather than copying it.
  553.  
  554. Mon Oct 25 23:28:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  555.  
  556.     * bookmark.el (bookmark-load, bookmark-write-file):
  557.     Bind enable-local-variables instead of enable-local-eval.
  558.  
  559. Mon Oct 25 20:09:53 1993  Karl Fogel  (kfogel@mole.gnu.ai.mit.edu)
  560.  
  561.         * bookmark.el (bookmark-load, bookmark-write-file): Made
  562.     enable-local-eval be nil when loading a bookmark file, since
  563.     bookmark context strings can contain eval forms from the files in
  564.     which the bookmarks are set, and we don't want them evalled when
  565.     .emacs-bkmrks is found!
  566.  
  567.     Got rid of ###autoload to put a bookmark menu on the menu-bar.
  568.     Now it will appear on the File menu -- that change is made in
  569.         menu-bar.el.  See below:
  570.     
  571.         * menu-bar.el: Added a define-key for menu-bar-bookmark-map, so
  572.         that bookmarks will appear on the File menu of the menu-bar, right
  573.         after the Print Buffer item.
  574.  
  575. Mon Oct 25 15:48:39 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  576.  
  577.     * comint.el (comint-scroll-to-bottom-on-input): Default to nil.
  578.     (comint-mode): Use pre-command-hook, not before-change-function.
  579.     (comint-preinput-scroll-to-bottom): Take no arguments.
  580.     (comint-output-filter-functions):
  581.     Renamed from comint-output-filter-hook.
  582.     (comint-output-filter): Pass STRING as arg to output hook functions.
  583.     (comint-preinput-scroll-to-bottom): Take an arg.
  584.     Move point to new process mark if it was at the old one.
  585.     Scroll so only if point is at or after the process mark.
  586.     When scrolling, put end of text on bottom line, regardless of point.
  587.  
  588. Mon Oct 25 02:07:36 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  589.  
  590.      * ispell.el (ispell): If the buffer to spell has no associated
  591.     file, or, the associated file has a special handler, use a
  592.     temporary file with the buffer contents to pass to the local
  593.     ispell process.
  594.  
  595.     * dired.el (provide): Provide "dired" before running user hooks.
  596.  
  597.     * ange-ftp.el (ange-ftp-dired-uncache): Fix parens so that `(setq
  598.     ...' is a result of the if statement, and not a top level
  599.     expression.
  600.  
  601.     * simple.el (eval-expression, edit-and-eval-command): Let
  602.     minibuffer-history-sexp-flag be 't during the call to
  603.     read-from-minibuffer.
  604.  
  605. Sun Oct 24 19:18:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  606.  
  607.     * iso-acc.el: Define "dead keys" in key-translation-map,
  608.     not in global-map.
  609.     (iso-accents-compose): New subroutine to do the composition.
  610.     Method of doing so is new.
  611.     (iso-accents-accent-key): Use iso-accents-compose.
  612.     (iso-accents-compose-key): New function.
  613.  
  614. Sat Oct 23 17:25:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  615.  
  616.     * isearch.el (isearch-yank): Handle `kill' as chunk type.
  617.     (isearch-yank-kill): New command, on M-y and mouse-2.
  618.  
  619.     * frame.el (make-frame): Use before-make-frame-hook and
  620.     after-make-frame-hook.
  621.  
  622.     * comint.el (comint-scroll-to-bottom-on-output)
  623.     (comint-scroll-to-bottom-on-input): Default to nil if baud-rate<=9600.
  624.  
  625. Fri Oct 22 13:10:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  626.  
  627.     * comint.el (comint-filename-prefix): Deleted.
  628.     * rlogin.el (rlogin, rlogin-mode): Use comint-file-name-prefix,
  629.     not comint-filename-prefix.
  630.  
  631. Thu Oct 21 22:22:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  632.  
  633.     * shell.el (shell-after-partial-filename): Renamed from
  634.     shell-after-partial-pathname.
  635.     * comint.el (comint-after-partial-file-name-command):
  636.     Renamed from comint-after-partial-pathname-command.
  637.     (comint-match-partial-file-name, comint-after-partial-file-name):
  638.     Renamed from comint-match-partial-pathname, etc.
  639.  
  640. Thu Oct 21 23:10:27 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  641.  
  642.     * shell.el (shell-after-partial-pathname): New subroutine.
  643.  
  644.     * shell.el: Renamed shell-command-execonly to
  645.     shell-completion-execonly for consistency.
  646.  
  647.     * shell.el (shell-read-input-ring, shell-input-ring-file-name):
  648.     Moved to, and renamed in, comint.el.
  649.  
  650.     * shell.el (shell-dynamic-complete-command):  Make sure local
  651.     completion-ignore-case is nil.
  652.  
  653.     * shell.el (shell-mode): Set buffer-local variable paragraph-start
  654.     to comint-prompt-regexp so paragraph motion/mark commands work on
  655.     output groups.
  656.     Set comint-after-partial-pathname to it.
  657.     (shell-read-input-ring): Use find-file-noselect.
  658.  
  659.     * shell.el (shell-match-cmd-w/optional-arg): Removed.
  660.  
  661.     * comint.el (comint-last-output-start): New variable to record
  662.     where most recent process output started from.
  663.     (comint-mode): Initialise it.
  664.     (comint-output-filter): Set it.
  665.  
  666.     * comint.el (comint-previous-matching-input-string): Moved to
  667.     comint-previous-matching-input-position.
  668.     (comint-previous-matching-input-string): Use it.
  669.     (comint-search-arg, comint-search-start,
  670.     comint-previous-input-string): New subroutines.
  671.     (comint-previous-input, comint-next-input,
  672.     comint-previous-matching-input, comint-next-matching-input,
  673.     comint-previous-matching-input-from-input,
  674.     comint-next-matching-input-from-input): Use them.
  675.  
  676.     * comint.el (comint-mode-map): Added signal menu-bar.  Moved
  677.     comint-backward/forward-matching-input to output menu-bar, since
  678.     they move within the buffer rather than do input.
  679.  
  680.     * comint.el (comint-send-input, comint-after-pmark-p,
  681.     comint-kill-input, comint-proc-query): Removed serialisation of
  682.     obtaining the process mark's marker-position.
  683.  
  684.     * comint.el, shell.el: Commented out comint/shell-load-hooks.
  685.  
  686.     * comint.el (comint-dynamic-simple-complete): New subroutine.
  687.  
  688.     * comint.el (comint-dynamic-complete-filename-command): New variable.
  689.     (comint-after-partial-pathname-command): New variable.
  690.     (comint-after-partial-pathname): New subroutine.
  691.     (comint-dynamic-complete): Use them.
  692.     (comint-mode): Make them local.
  693.  
  694.     * comint.el, shell.el: Renamed comint-dynamic-complete-command to
  695.     comint-dynamic-complete-command-command for consistency.
  696.     Renamed comint-file-name-addsuffix/autolist/recexact to
  697.     comint-completion-addsuffix/autolist/recexact for consistency.
  698.  
  699.     * comint.el (comint-replace-by-expanded-history): Check if input
  700.     ring size is not big enough for relative reference.
  701.  
  702.     * comint.el (comint-read-input-ring, comint-input-ring-file-name):
  703.     From shell.el.
  704.     (shell-write-input-ring): New subroutine.
  705.  
  706.     * comint.el (comint-file-name-prefix): New variable.
  707.     (comint-directory): New inline subroutine.
  708.     (comint-dynamic-complete-filename, comint-dynamic-complete-variable,
  709.     comint-dynamic-list-filename-completions): Use it.
  710.  
  711.     * comint.el (comint-dynamic-complete-filename,
  712.     comint-dynamic-complete-variable,
  713.     comint-dynamic-list-filename-completions): Make sure local
  714.     completion-ignore-case is nil.
  715.  
  716.     * comint.el (comint-next-prompt, comint-previous-prompt): Use
  717.     paragraph-start and paragraph motion commands rather than
  718.     re-search-forward and re-search-backward commands.
  719.  
  720.     * comint.el (comint-dynamic-list-input-ring,
  721.     comint-previous-matching-input-string): Use ring-empty-p rather
  722.     than zerop and ring-length.
  723.  
  724.     * comint.el (comint-input-ignoredups): New variable.
  725.     (comint-send-input, shell-read-input-ring): Use it.
  726.     (comint-mode): Make comint-input-ignoredups local.  Doc fix.
  727.  
  728.     * comint.el (comint-scroll-to-bottom-on-input): New variable.
  729.     (comint-scroll-to-bottom-on-output): New variable.
  730.     (comint-scroll-show-maximum-output): New variable.
  731.     (comint-output-filter-hook): New variable, defaults to
  732.     comint-postoutput-scroll-to-bottom.
  733.  
  734.     * comint.el (comint-output-filter): Renamed from comint-filter
  735.     for consistency.  Now calls comint-output-filter-hook.
  736.  
  737.     * comint.el (comint-preinput-scroll-to-bottom): New subroutine.
  738.     (comint-postoutput-scroll-to-bottom): New subroutine.
  739.     (comint-show-maximum-output): New command.
  740.     (comint-copy-old-input): New command.
  741.  
  742.     * comint.el (comint-send-input): Run comint-output-filter-hook if
  743.     necessary as a kludge to prevent messy redisplays.
  744.  
  745.     * comint.el (comint-mode-map): Added comint-show-maximum-output to
  746.     C-c C-e and menu-bar output, and comint-copy-old-input to C-c C-i
  747.     and menu-bar input.
  748.  
  749.     * comint.el (comint-mode): Make local variables
  750.     comint-scroll-to-bottom-on-input, before-change-function,
  751.     comint-scroll-to-bottom-on-output, comint-scroll-show-maximum-output,
  752.     and comint-output-filter-hook.
  753.  
  754. Thu Oct 21 13:51:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  755.  
  756.     * simple.el (blink-matching-open): Treat / syntax like \ syntax.
  757.  
  758.     * texinfmt.el (texinfo-format-begin-end): Bind cmd locally.
  759.     (texinfo-defun-type): Renamed from command-type in various fns.
  760.     (texinfo-command-start, texinfo-command-end, texinfo-command-name)
  761.     (texinfo-defun-type, texinfo-last-node-pos, texinfo-stack)
  762.     (texinfo-short-index-cmds-alist)
  763.     (texinfo-short-index-format-cmds-alist, texinfo-format-filename)
  764.     (texinfo-footnote-number, texinfo-start-of-header)
  765.     (texinfo-end-of-header, texinfo-raisesections-alist)
  766.     (texinfo-lowersections-alist): Add defvars.
  767.  
  768. Wed Oct 20 14:06:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  769.  
  770.     * cdl.el: New file.
  771.  
  772. Wed Oct 20 08:00:51 1993  Brian Fox  (bfox@gnu.ai.mit.edu)
  773.  
  774.     * forms.el (forms--set-minor-mode): Rewrite so that describe-mode
  775.     can parse the value of minor-mode-alist correctly.  The string
  776.     " View" is now dependent on the value of forms-read-only.
  777.  
  778. Wed Oct 20 08:00:51 1993  Johan Vromans  (jv@mh.nl)
  779.  
  780.     * forms.el: Documentation: `forms-forms-scroll' and `forms-forms-jump'
  781.     now default to nil.
  782.     `forms-new-record-filter' and `forms-modified-record-filter'
  783.     cannot be redefined as functions.
  784.     Commands and keymaps are changed.
  785.     Add function key defs.
  786.     (forms-version): Docstring includes full RCS id.
  787.     (forms-forms-scroll): Defaults to nil.
  788.     (forms-forms-jump): Defaults to nil.
  789.     (forms-mode-edit-map, forms-mode-ro-map): Additional keymaps
  790.     for edit mode and read-only mode.
  791.     (forms--new-record-filter, forms--modified-record-filter): Deleted.
  792.     (forms-mode): Docstring now includes the key bindings, since
  793.     both edit mode and read-only mode must be supported.
  794.     Changed `forms-new-record-filter' and `forms-modified-record-filter'
  795.     semantics: the variable must point to a function and may
  796.     not be defined as a function anymore.
  797.     Use three keymaps: `forms-mode-map' (C-c commands),
  798.     `forms-mode-edit-map' (normal mode) and `forms-mode-ro-map'
  799.     (read-only mode). The maps are not buffer local.
  800.     Changed the text of error messages to be more descriptive, and
  801.     consistent with the documentation.
  802.     Moved setting up write-file-hooks and revert-buffer-function
  803.     to function `forms--change-commands'.
  804.     (forms--process-format-list): Changed error messages to be
  805.     more descriptive.
  806.     (forms--set-keymaps): Setup the three keymaps.
  807.     (forms--mode-commands): Use new command key bindings.
  808.     (forms--mode-commands1): New helper function for
  809.     `forms--mode-commands'.
  810.     (forms--change-commands): Handle setup of
  811.     local-write-file-hooks and revert-buffer-function.
  812.     (forms--help): Show new command bindings.
  813.     (forms--show-record): Replaced `forms--modified-record-filter' by
  814.     `forms-modified-record-filter'.
  815.     (forms-jump-record): Changed error message.
  816.     (forms-toggle-read-only): New function, replaces
  817.     `forms-view-mode' and `forms-edit-mode'.
  818.     (forms-view-mode, forms-edit-mode): Deleted.
  819.     (forms-insert-record): Replaced `forms--new-record-filter' by
  820.     `forms-new-record-filter'. 
  821.     (forms-insert-record, forms-delete-record): Disallow in read-only
  822.     mode.
  823.     (forms-prev-field): New function.
  824.  
  825. Tue Oct 19 09:50:13 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  826.  
  827.     * calendar.el (calendar-week-start-day): New var (autoloaded) to
  828.     allow the calendar week to start on any day, not just Sunday.
  829.     (calendar-mod): New support function.
  830.     (calendar-cursor-to-visible-date, generate-calendar-month,
  831.     calendar-beginning-of-week, calendar-end-of-week): Rewritten to
  832.     use new var calendar-week-start-day.
  833.  
  834.     * holidays.el (holiday-easter-etc): Fix Ascension Day string. 
  835.  
  836.     * diary.el (list-sexp-diary-entries): Fix doc string.
  837.  
  838.     * solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons): New vars.
  839.     (solar-equinoxes-solstices): Use them to fix names for
  840.     southern hemisphere.
  841.  
  842.     * calendar.el (calendar-day-name-array, calendar-month-name-array,
  843.     calendar-islamic-month-name-array,
  844.     calendar-hebrew-month-name-array-common-year,
  845.     calendar-hebrew-month-name-array-leap-year):  Change to defvar.
  846.  
  847.     * diary.el (hebrew-calendar-parashiot-names):  Change to defvar.
  848.  
  849. Mon Oct 18 03:54:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  850.  
  851.     * etags.el (list-tags): Fix completing-read call interactive spec;
  852.     TABLE and PREDICATE args were reversed, and more processing was
  853.     needed on tags-table-files.
  854.  
  855. Mon Oct 18 02:41:47 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
  856.  
  857.         * rlogin.el (rlogin-initially-track-cwd): New variable.
  858.         (rlogin): Use it to determine whether enable directory tracking
  859.         via ange-ftp.
  860.         (rlogin-mode): Make `comint-filename-prefix' local here.
  861.  
  862.         * rlogin.el (rlogin): Arguments to function are now a string with
  863.         multiple words (hostname first) and an optional prefix.
  864.         (rlogin-with-args): Function deleted.
  865.  
  866.         * rlogin.el (rlogin): Set process filter after calling
  867.         `rlogin-mode' since the latter called `comint-mode', which sets
  868.         its own initial process filter.
  869. Mon Oct 18 20:28:36 1993  Barry A. Warsaw, ITB  (warsaw@anthem)
  870.  
  871.     * reporter.el:
  872.     (reporter-submit-bug-report, reporter-mailer): reporter-mailer
  873.     variable can now take a list of mailers, trying each one until an
  874.     commandp one is found.
  875.  
  876.     * reporter.el: Fixed elisp archive address.
  877.     Handle dumping of buffer local variables via reporter-eval-buffer.
  878.  
  879. Thu Oct 14 18:28:24 1993  Paul Eggert  (eggert@twinsun.com)
  880.  
  881.     * vc.el (vc-backend-checkout): Do not set umask to value that does
  882.     not allow user-write permission while `co' is running; this breaks
  883.     versions of `co' that need to write temporary files.
  884.  
  885. Wed Oct 13 20:11:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  886.  
  887.     * rmailout.el (rmail-output-file-alist): Doc fix.
  888.  
  889. Wed Oct 13 02:20:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  890.  
  891.     * supercite.el, regi.el: New files.
  892.     * sc-elec.el: Files deleted.
  893.     * sc.el: Just load supercite.
  894.  
  895. Tue Oct 12 16:57:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  896.  
  897.     * files.el (abbreviated-home-dir): Doc fix.
  898.  
  899. Mon Oct 11 20:53:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  900.  
  901.     * map-ynp.el (map-y-or-n-p): Take new optional arg to not set
  902.     cursor-in-echo-area.
  903.  
  904. Sun Oct 10 18:13:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  905.  
  906.     * rmail.el (rmail-retry-setup-hook): New hook variable.
  907.     (rmail-retry-failure): Use that variable.
  908.  
  909.     * pp.el: New file.
  910.  
  911. Sat Oct  9 17:43:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  912.  
  913.     * ispell.el (ispell-message-cite-regexp): Add definition.
  914.  
  915. Sat Oct  9 03:12:59 1993  Karl Fogel  (kfogel@occs.cs.oberlin.edu)
  916.  
  917.     * bookmark.el (bookmark-write): Add numbered backups for bookmark file.
  918.     (bookmark-version-control): New variable.
  919.  
  920.     * bookmark.el (bookmark-jump): bookmark-jump now gives a
  921.     default value if no bookmark is entered manually.
  922.     (bookmark-set): Default to bookmark-current-bookmark or
  923.         buffer-name the way bookmark-jump does.
  924.  
  925.     * bookmark.el (ctl-x-map): Check if C-x r is a prefix
  926.     before using it as one.
  927.  
  928.     * bookmark.el: Include string "Bookmarks" in defining
  929.     [menu-bar bookmark] in global-map in the menu-bar code.
  930.  
  931.     * bookmark.el (menu-bar-bookmark-map): Supply t as 4th arg of autoload.
  932.  
  933.     * bookmark.el (bookmark-jump-noselect): New subroutine taken from 
  934.     bookmark-jump.  Support compressed files.
  935.     (bookmark-jump): Call bookmark-jump-noselect.
  936.     Offer to relocate if necessary, but change default dir to that of 
  937.         the old    bookmark in read-file-name.
  938.  
  939.     * bookmark.el: (bookmark-set, bookmark-rename, bookmark-delete,
  940.     bookmark-write-file, bookmark-load, Bookmark-menu-show-filenames,
  941.     Bookmark-menu-hide-filenames, Bookmark-menu-bookmark,
  942.     Bookmark-menu-save, Bookmark-menu-load): Fixed the save-excursion
  943.     bugs by wrapping things in save-window-excursion as well.
  944.  
  945.     (bookmark-make-menu-bar-alist): Added sorting. 
  946.  
  947.     (bookmark-map): Added new keybindings.
  948.     (bookmark-try-default-file): Set bookmarks-already-loaded to t
  949.     after the load.
  950.  
  951.     * bookmark.el (list-bookmarks): Added bookmark menu stuff.
  952.     (Bookmark-menu-*): New functions.
  953.  
  954. Sat Oct  9 15:59:31 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  955.  
  956.     * isearch.el, reporter.el: Change comments saying they're not yet
  957.     part of GNU Emacs.
  958.  
  959. Fri Oct  8 22:01:33 1993  Jonathan I. Kamens  (jik@security.ov.com)
  960.  
  961.     * timezone.el (timezone-parse-date): Handle new style 22-AUG-1993.
  962.  
  963.     * rmail.el (rmail): Really don't get new mail if file name was given.
  964.     (rmail-reformat-message): Move past Mail-from as well as Summary-line.
  965.     (rmail-toggle-header): Likewise.
  966.     (rmail-next-undeleted-message): Return t unless hit end of buffer.
  967.     (rmail-delete-forward): Likewise.
  968.     (mail-unsent-separator): Add `Original message follows'.
  969.     (rmail-resend): Handle mail-self-blind.
  970.  
  971.     * files.el (hack-local-variables): If buffer has no file,
  972.     display its buffer name.
  973.  
  974.     * rmailout.el (rmail-output): If message was shown with full headers,
  975.     copy the full headers (or each message copied) into the file.
  976.     New local var original-headers-p, header-beginning, mail-from.
  977.     Bind locals outside the while loop.  Kill tembuf only after loop.
  978.     If message has a saved mail-from field, use that.
  979.     Detect reaching end of rmail buffer; display # messages copied.
  980.  
  981. Wed Oct  6 23:02:55 1993  Morten Welinder  (terra@diku.dk)
  982.  
  983.     * desktop.el: Internal clean-up.  Save information about current
  984.     tags files, don't save the tags buffers (to save reload time).
  985.     Don't save desktop-globals-to-save (desktop files must be erased
  986.     for this to take effect, sorry.)  Save "mark-activity" and
  987.     allow multi-dir direds.
  988.  
  989. Mon Oct  4 21:56:46 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  990.  
  991.     * telnet.el (rsh): Add `host' to args passed to make-comint.
  992.  
  993. Mon Oct  4 20:22:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  994.  
  995.     * rmail.el (rmail-convert-to-babyl-format): Protect against
  996.     nonsensical content-length values.
  997.  
  998. Mon Oct  4 20:51:01 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  999.  
  1000.     * vc.el    (vc-next-action): Fix (throw ... ) invocation to work with 19;
  1001.     allows vc-next-action on all marked files in a dired buffer to work.
  1002.     
  1003.     (vc-finish-logentry) There isn't necessarily a *VC-log-entry* buffer
  1004.     to remove if this function was called from within a dired buffer.  Fix
  1005.     its handling of this case.
  1006.  
  1007. Sat Oct  2 15:53:27 1993  Brian J. Fox  (bfox@ai.mit.edu)
  1008.  
  1009.     * simple.el (edit-and-eval-command): Let `read-from-minibuffer'
  1010.     manipulate the history list, don't manipulate it directly.
  1011.     (repeat-complex-command): Same thing.
  1012.  
  1013. Fri Oct  1 18:40:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1014.  
  1015.     * mailabbrev.el (build-mail-abbrevs): Pass just 1 arg to
  1016.     substitute-in-file-name.
  1017.  
  1018. Mon Sep 27 04:36:31 1993  Paul Eggert  (eggert@twinsun.com)
  1019.  
  1020.     * vc.el (vc-find-binary): Fix bug; it always claimed success.
  1021.  
  1022. Sun Sep 26 16:00:42 1993  Johan Vromans  (jv@mh.nl)
  1023.  
  1024.     * forms.el: Version 2.3.
  1025.     Documentation: `forms-forms-scroll' and `forms-forms-jump'
  1026.     now default to nil.
  1027.     `forms-new-record-filter' and `forms-modified-record-filter'
  1028.     cannot be redefined as functions.
  1029.     Commands and keymaps are changed.
  1030.     Add function key defs.
  1031.     (forms-version): Docstring includes full RCS id.
  1032.     (forms-forms-scroll): Defaults to nil.
  1033.     (forms-forms-jump): Defaults to nil.
  1034.     (forms-mode-edit-map, forms-mode-ro-map): Additional keymaps
  1035.     for edit mode and read-only mode.
  1036.     (forms--new-record-filter, forms--modified-record-filter): Deleted.
  1037.     (forms-mode): Docstring now includes the key bindings, since
  1038.     both edit mode and read-only mode must be supported.
  1039.     Changed `forms-new-record-filter' and `forms-modified-record-filter'
  1040.     semantics: the variable must point to a function and may
  1041.     not be defined as a function anymore.
  1042.     Use three keymaps: `forms-mode-map' (C-c commands),
  1043.     `forms-mode-edit-map' (normal mode) and `forms-mode-ro-map'
  1044.     (read-only mode). The maps are not buffer local.
  1045.     Changed the text of error messages to be more descriptive, and
  1046.     consistent with the documentation.
  1047.     Moved setting up write-file-hooks and revert-buffer-function
  1048.     to function `forms--change-commands'.
  1049.     (forms--process-format-list): Changed error messages to be
  1050.     more descriptive.
  1051.     (forms--set-keymaps): Setup the three keymaps.
  1052.     (forms--mode-commands): Use new command key bindings.
  1053.     (forms--mode-commands1): New helper function for
  1054.     `forms--mode-commands'.
  1055.     (forms--change-commands): Handle setup of
  1056.     local-write-file-hooks and revert-buffer-function.
  1057.     (forms--help): Show new command bindings.
  1058.     (forms--show-record): Replaced `forms--modified-record-filter' by
  1059.     `forms-modified-record-filter'.
  1060.     (forms-jump-record): Changed error message.
  1061.     (forms-toggle-read-only): New function, replaces
  1062.     `forms-view-mode' and `forms-edit-mode'.
  1063.     (forms-view-mode, forms-edit-mode): Deleted.
  1064.     (forms-insert-record): Replaced `forms--new-record-filter' by
  1065.     `forms-new-record-filter'. 
  1066.     (forms-insert-record, forms-delete-record): Disallow in read-only
  1067.     mode.
  1068.     (forms-prev-field): New function.
  1069.     
  1070. Sun Sep 26 21:36:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1071.  
  1072.     * disass.el (disassemble-internal): Allow a call to byte-code
  1073.     as argument.
  1074.  
  1075. Fri Sep 24 00:08:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1076.  
  1077.     * ispell.el (ispell-message): Handle cited messages.
  1078.  
  1079.     * frame.el (other-frame): Warp the mouse so that the other
  1080.     frame actually stays selected.
  1081.  
  1082. Wed Sep 22 12:37:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1083.  
  1084.     * mouse.el (mouse-delete-max-match): New function.
  1085.     (mouse-choose-completion): Use that.  Now supports buffers
  1086.     other than minibuffer.
  1087.  
  1088.     * comint.el (comint-version): Deleted--no need for separate version.
  1089.     (comint-input-ring-index): Make this a permanent local.
  1090.     (comint-mode): Don't alter comint-input-ring-index or comint-input-ring
  1091.     if already set meaningfully.
  1092.  
  1093. Tue Sep 21 16:23:23 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  1094.  
  1095.     * comint.el (comint-mode-map): Added keys M-R/S for
  1096.     comint-previous/next-matching-input-from-input and to completion
  1097.     menu-bar.  Added comint-forward/backward-matching-input and
  1098.     comint-previous/next-matching-input to completion menu-bar.
  1099.  
  1100.     * comint.el (comint-mode): Doc fix for functionality.
  1101.  
  1102.     * comint.el (comint-exec-1): Uses setenv.
  1103.     (comint-update-env): Removed.
  1104.  
  1105.     * comint.el (comint-input-ring-size): Incremented to 32, as with
  1106.     command history.
  1107.     (comint-dynamic-list-input-ring): Check for zero
  1108.     length ring.  Use ring length, not ring size, when generating
  1109.     list.  Use buffer " *Input History*".
  1110.     (comint-previous-matching-input-string): Check for zero-length ring.
  1111.     Check last item in case at end of cycle and it's a match.
  1112.     (comint-searching-input-ring): New subroutine.
  1113.  
  1114.     * comint.el (comint-regexp-arg): New subroutine.
  1115.  
  1116.     * comint.el (comint-previous-matching-input-from-input): New command.
  1117.     (comint-next-matching-input-from-input): New command.
  1118.  
  1119.     * comint.el (comint-replace-by-expanded-history): Fix for matching
  1120.     inside quotes.  Fix to allow argument subrange specifiers.  Fix to
  1121.     identify and reject absolute input number references.
  1122.  
  1123.     * comint.el (comint-within-quotes): New subroutine.
  1124.     (comint-how-many-region): New subroutine.
  1125.     (comint-args): New subroutine.
  1126.     (comint-delim-arg): New subroutine.
  1127.     (comint-arguments): New subroutine.
  1128.     (comint-delimiter-argument-list): New variable.
  1129.  
  1130.     * comint.el (comint-send-input): Inserts input arguments into ring
  1131.     separated by single spaces.
  1132.  
  1133.     * comint.el (comint-filter): Checks the buffer's process to make
  1134.     sure it's still there.  Otherwise, set-buffer will fail.
  1135.  
  1136.     * comint.el (comint-backward-matching-input): New command.
  1137.     (comint-forward-matching-input): New command.
  1138.     
  1139.     * comint.el (comint-next-prompt, comint-previous-prompt):
  1140.     Error if reach beg/end of buffer.
  1141.  
  1142.     * comint.el (comint-dynamic-complete): Fix for absolute input
  1143.     number references.
  1144.     (comint-dynamic-complete-filename): Changed listings
  1145.     function to comint-dynamic-list-filename-completions.  Uses
  1146.     file-directory-p rather than string-match to test for directories.
  1147.     (comint-dynamic-list-completions): Changed to list the
  1148.     list of completions supplied as the function argument.  Use buffer
  1149.     " *Completions*".
  1150.  
  1151.     * comint.el (comint-match-partial-pathname): New subroutine.
  1152.     (comint-dynamic-complete-variable): New command.
  1153.     (comint-dynamic-list-filename-completions): New function.
  1154.  
  1155.     * shell.el (shell-delimiter-argument-list): New variable.
  1156.     (shell-input-ring-file-name): New variable.
  1157.  
  1158.     * shell.el (shell-mode-map): Changed file name completions listing
  1159.     binding to new name comint-dynamic-list-filename-completions.
  1160.  
  1161.     * shell.el (shell-mode): Call new function shell-read-input-ring
  1162.     and shell-dirstack on start up.  Doc fix for new functionality.
  1163.  
  1164.     * shell.el (shell-mode): Set shell-input-ring-file-name depending
  1165.     on the command that was invoked for the inferior shell.  Set
  1166.     comint-delimiter-argument-list to shell-delimiter-argument-list.
  1167.  
  1168.     * shell.el (shell-read-input-ring): New function.
  1169.  
  1170.     * shell.el (shell-directory-tracker): Use comint-arguments.
  1171.  
  1172.     * shell.el (shell-front-match): Removed.
  1173.     (shell-match-cmd-w/optional-arg): Removed.
  1174.  
  1175.     * shell.el (shell-process-popd): Fixed bug when numeric argument
  1176.     equal to length of stack including current directory.
  1177.     (shell-process-pushd): Fixed missing ()s in cond.
  1178.  
  1179.     * shell.el (shell-dynamic-complete-command): Uses exec-path minus
  1180.     trailing emacs library path.  Uses "." for nil elements in
  1181.     exec-path.  Uses string-match rather than funcall to test
  1182.     candidate extensions.  Uses member on completions list rather than
  1183.     file-exists-p to test for existence.  Uses file-directory-p rather
  1184.     than funcall to test for directory.  Uses directories only if in
  1185.     current directory.  Uses comint-dynamic-list-completions.
  1186.  
  1187. Tue Sep 21 07:42:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1188.  
  1189.     * loaddefs.el (global-map): Add bindings for menu and find keys.
  1190.     (function-key-map): Add translation for labeled help key.
  1191.  
  1192.     * mouse.el (mouse-drag-region): Put the text on the kill ring.
  1193.     Don't set mark if region is empty.
  1194.     (mouse-yank-at-click): Set this-command.
  1195.     (mouse-start-end): Fix double-click-on-closeparen case.
  1196.     (mouse-save-then-kill): When used repeatedly at different places,
  1197.     alter the nearer end of the region.  This applies regardless of how
  1198.     the previous selection was made.
  1199.     (mouse-drag-secondary, mouse-secondary-save-then-kill):
  1200.     Rewrite for xterm-style dragging and extending.
  1201.  
  1202.     * comint.el (comint-previous-input):
  1203.     Don't use replace-match; just insert before deleting.
  1204.     (comint-magic-space): Use self-insert command.
  1205.     (comint-history-file-name): New variable.
  1206.  
  1207. Tue Sep 21 03:18:47 1993  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
  1208.  
  1209.     * edebug.el (edebug-enter): Don't call the current function being
  1210.     debugged in pre-command-hook or post-command-hook.
  1211.  
  1212. Mon Sep 20 23:43:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1213.  
  1214.     * edmacro.el: Total rewrite by Gillespie.
  1215.  
  1216. Mon Sep 20 17:38:06 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  1217.  
  1218.     * shell.el (shell-command-regexp, shell-command-execonly)
  1219.     (shell-pushd-tohome, shell-pushd-dextract)
  1220.     (shell-pushd-dunique): New variables.
  1221.  
  1222.     * shell.el (shell-mode-map): Bound shell-forward/backward-command
  1223.     to C-c C-f and C-c C-b.
  1224.  
  1225.     * shell.el (shell-mode): Set comint variables for which
  1226.     shells have different values:
  1227.     comint-get-current-command, comint-dynamic-complete-command.
  1228.  
  1229.     * shell.el (shell-directory-tracker): Parse through
  1230.     command sequences for directory commands.
  1231.     (shell-process-popd): Signal error if can't
  1232.     process argument/stack.  Fixed bug when no argument and no stack.
  1233.     (shell-process-cd): Signal error if can't process argument.
  1234.     (shell-process-pushd): Signal error if can't
  1235.     process argument/stack.  Handle shell-pushd-tohome,
  1236.     shell-pushd-dextract, and shell-pushd-dunique.
  1237.  
  1238.     * shell.el (shell-forward-command, shell-backward-command)
  1239.     (shell-dynamic-complete-command): New commands.
  1240.  
  1241. Mon Sep 20 14:57:52 1993  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
  1242.  
  1243.     * comint.el (comint-mode): Initialize comint-input-ring before
  1244.     running comint-mode-hook.
  1245.  
  1246.     * comint.el (comint-input-autoexpand): New variable.
  1247.     (comint-dynamic-complete-command): New variable.
  1248.     (comint-get-current-command): New variable.
  1249.  
  1250.     * comint.el (comint-read-input-ring): New function.
  1251.  
  1252.     * comint.el (comint-send-input): Handle history expansion.
  1253.     (comint-input-sentinel): Doc fix.
  1254.  
  1255.     * comint.el (comint-mode-map): Added key binding for C-c C-h.
  1256.     Added menu bars for completion, input and output.
  1257.  
  1258.     * comint.el (comint-dynamic-list-input-ring): New function.
  1259.  
  1260.     * comint.el (comint-previous-input-string): New subroutine.
  1261.     (comint-previous-input): Use it.
  1262.     (comint-previous-matching-input-string): New subroutine.
  1263.     (comint-previous-matching-input): Use it.
  1264.  
  1265.     * comint.el (comint-replace-by-expanded-history): New command.
  1266.     (comint-magic-space): New command.
  1267.     (comint-replace-by-expanded-filename): Now replaces
  1268.     expanded match for a filename, and then calls filename completion
  1269.     comint-dynamic-complete-filename to do file name completion.
  1270.  
  1271.     * comint.el (comint-kill-output): Don't kill prompt.
  1272.     (comint-show-output): Don't move point if it's
  1273.     visible where it is, and if point is moved, put it after prompt.
  1274.  
  1275.     * comint.el (comint-dynamic-complete): Totally new definition.
  1276.     (comint-dynamic-complete-filename): New name for old
  1277.     function comint-dynamic-complete, completes files and lists
  1278.     candidates, souped up for configurability.
  1279.     (comint-dynamic-complete-variable): New command.
  1280.     (comint-file-name-autolist): New variable.
  1281.     (comint-file-name-addsuffix): New variable,
  1282.     (comint-file-name-recexact): New variable.
  1283.  
  1284. Mon Sep 20 11:39:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1285.  
  1286.     * mouse.el (mouse-save-then-kill): If follows a multi-click selection,
  1287.     extend the selection.
  1288.     (mouse-save-then-kill-delete-region): New subroutine.
  1289.     (mouse-selection-click-count): New variable.
  1290.     (mouse-drag-region): Set it.
  1291.  
  1292.     * ispell.el (ispell-message): New command, with menu bar item.
  1293.  
  1294. Sat Sep 19 22:05:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1295.  
  1296.     * menu-bar.el (revert-buffer):
  1297.     Enable menu item when the buffer is modified.
  1298.  
  1299. Fri Sep 17 10:31:48 1993  Brian Fox  (bfox@inferno)
  1300.  
  1301.     * simple.el (kill-region): Use `equal' instead of `eq' to compare
  1302.     markers `beg' and `end'.  They might be two different markers that
  1303.     point to the same place.
  1304.  
  1305.     * rmail.el (rmail-forward): Insert the forwarded message
  1306.     on the line which follows mail-header-separator, not at the end of
  1307.     the buffer.
  1308.  
  1309.     * diary.el (diary-syntax-table): Make sure that we use a copy of
  1310.     standard-syntax-table, and not the table itself.
  1311.  
  1312.     * compile.el (compile-reinitialize-errors): Use ">=" to compare
  1313.     `find-at-least' to the `length' of compilation-error-list.
  1314.  
  1315.     * simula.el (simula-mode-syntax-table): Make sure that we use a
  1316.     copy of standard-syntax-table, and not the table itself.
  1317.  
  1318.     * compile.el (compile-internal): Back out jimb change of making
  1319.     buffer read-only.  It is non-ergonomic.
  1320.  
  1321.     * vc.el (vc-print-log): Delete extraneous lines of RCS output if
  1322.     present.
  1323.  
  1324.     * dired.el (dired-mode): Don't change the value of
  1325.     case-fold-search.
  1326.  
  1327. Wed Sep 15 12:56:44 1993  Brian Fox  (bfox@inferno)
  1328.  
  1329.     * files.el (local-write-file-hooks): Make this variable
  1330.     buffer-local.
  1331.  
  1332.     * dired.el (dired-build-subdir-alist): Call `expand-file-name' to
  1333.     clean up the subdirectory title (removing extra "./").
  1334.  
  1335. Tue Aug 31 21:16:29 1993  Paul Eggert  (eggert@twinsun.com)
  1336.  
  1337.     * vc.el (vc-do-command): Remove debugging output.  Use (forward-line
  1338.     -1) instead of (previous-line 1).
  1339.  
  1340. Tue Sep 14 00:58:34 1993  Brian Fox  (bfox@inferno)
  1341.  
  1342.     * rmail.el (rmail-convert-file): If the file is empty, don't
  1343.     convert it after inserting the BABYL header.
  1344.  
  1345.     * cal-dst.el (calendar-absolute-from-time): Fix typo by
  1346.     interchanging (floor) and  (%).
  1347.  
  1348.     * byte-opt.el (side-effect-free-fns): Add "-" and "1-" to the
  1349.     list.
  1350.  
  1351.     * subr.el (suppress-keymap): Use substitute-key-definition instead
  1352.     of manually checking each key (we were using 127 instead of 255
  1353.     anyway).
  1354.  
  1355.     * loaddefs.el (ctl-x-map): `C-x r c' now runs `clear-rectangle'.
  1356.  
  1357.     * texinfmt.el (texinfo-format-region texinfo-format-buffer): Add
  1358.     ###autoload cookies.
  1359.     (batch-texinfo-format): Use `buffer-disable-undo' instead of
  1360.     obsolete function `buffer-flush-undo'.
  1361.  
  1362.     * solar.el (s-hemi-seasons n-hemi-seasons): New constants are
  1363.     hemisphere dependent list of season names.  The names are
  1364.     "international"; i.e., `vernal' and `autumnal' are used
  1365.     consistently.
  1366.     (solar-equinoxes-solstices): Use new constants, allowing southern
  1367.     hemisphere reports to be meaningful.
  1368.     (sunrise-sunset): Use `frame-width' instead of `screen-width'.
  1369.  
  1370.     * calendar.el (calendar-mode): Fix typos in documentation string.
  1371.  
  1372.     * outline.el (outline-minor-mode): Force update of modeline when
  1373.     outline-minor-mode is toggled.
  1374.  
  1375. Thu Aug 26 23:07:00 1993  Jim Blandy  (blandy@comano.cscs.ch)
  1376.  
  1377.     * add-log.el (add-log-full-name, add-log-mailing-address): New
  1378.     variables.
  1379.     (add-change-log-entry): Don't ask for the login name and site name
  1380.     separately; instead, prompt for a mailing address; that's more
  1381.     useful.  Set add-log-full-name and add-log-mailing-address, so
  1382.     that the values specified persist after being specified once.
  1383.     Create a new change log entry if the mailing address doesn't
  1384.     match; don't just compare the date, full name, and login name.
  1385.  
  1386. Wed Sep  1 10:31:28 1993  Brian Fox  (bfox@inferno)
  1387.  
  1388.     * tex-mode.el (slitex-mode): Add ###autoload magic cookie.
  1389.  
  1390. Fri Aug 27 00:40:59 1993  Brian Fox  (bfox@sonderbar)
  1391.  
  1392.     * diff.el (diff): Doc fix.
  1393.  
  1394. Tue Aug 17 23:50:18 1993  Brian Fox  (bfox@inferno)
  1395.  
  1396.     * version.el: Changed comment to refer to actual filename
  1397.     "inc-vers.el" instead of "inc-version.el".
  1398.  
  1399. Fri Sep 17 17:24:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1400.  
  1401.     * mouse.el (mouse-set-region): Put region in kill ring.
  1402.     (mouse-drag-region): Handle double and triple clicks
  1403.     when displaying region and when setting it.
  1404.     (mouse-skip-word, mouse-start-end): New functions.
  1405.  
  1406. Fri Sep 17 14:42:39 1993  Stig@netcom.com (Jonathan Stigelman)
  1407.  
  1408.         * hilit19.el:
  1409.         - (hilit-rehighlight-region): added (save-restriction (widen))
  1410.           to avoid hangups in dired.
  1411.         - Also slight improvements to fortran patterns and
  1412.           hilit-default-face-table doc string
  1413.         - added optional case-fold argument to hilit-set-mode-patterns
  1414.         - added hilit-rehighlight-buffer-quietly to dired-after-readin-hook
  1415.         - fixed bug in hilit-string-find that mishandled some strings: "\\"
  1416.         - work-around for bug in next-overlay-change
  1417.         - the pattern matcher now starts it's searches from the end of the 
  1418.       most recently highlighted region (which is not necessarily the end
  1419.       of the most recently matched regex).
  1420.         - code moved from hilit-highlight-region to hilit-set-mode-patterns.
  1421.           This will affect you if you pass your patterns directly to
  1422.           hilit-highlight-region....use a pseudo-mode instead.
  1423.         - twiddled C/C++, latex, texinfo, fortran, nroff patterns.
  1424.         - added calendar-mode, icon-mode and pascal-mode patterns
  1425.         - diverged lisp-mode and emacs-lisp-mode...also added lisp keywords.
  1426.  
  1427. Fri Sep 17 14:52:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1428.  
  1429.     * yow.el (read-zippyism): New function.
  1430.  
  1431.     * cookie1.el (read-cookie): New function.
  1432.  
  1433. Fri Sep 17 13:51:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1434.  
  1435.     * files.el (directory-abbrev-alist): Doc fix.
  1436.  
  1437. Thu Sep 16 10:52:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1438.  
  1439.     * gud.el (perldb): New function, plus subroutines.
  1440.  
  1441.     * text-mode.el (indented-text-mode): Make only blank lines
  1442.     separate or start paragraphs.  Doc fix.
  1443.  
  1444.     * font-lock.el (font-lock-fontify-region): Don't add `font-lock' props.
  1445.     (font-lock-unfontify-region): Don't remove `font-lock' props.
  1446.     (font-lock-hack-keywords): Don't add `font-lock' props.
  1447.     Handle values other than t and nil for allow-overlap-p specially.
  1448.     (c-font-lock-keywords-1): Don't override how comments in #if... appear.
  1449.     Highlight text after #else or #endif.
  1450.  
  1451. Wed Sep 15 19:22:28 1993  Paul Eggert  (eggert@twinsun.com)
  1452.  
  1453.     * vc.el (vc-version-other-window): New function.
  1454.     (vc-backend-checkout): Add optional arg workfile, which specifies
  1455.     where to put the working file.
  1456.     * vc-hooks.el (vc-prefix-map): Bind C-x v ~ to
  1457.     vc-version-other-window.
  1458.  
  1459. Wed Sep 15 17:45:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1460.  
  1461.     * rmail.el (rmail-forward): Insert the text right after the
  1462.     header separator.
  1463.  
  1464.     * iso-acc.el: Set up keymap at load time.
  1465.     (iso-accents-mode): Not here.  Just setq iso-accents-minor-mode.
  1466.     (iso-accents-minor-mode): Make it local in all buffers.
  1467.  
  1468. Tue Sep 14 12:51:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1469.  
  1470.     * iso-acc.el: New file.
  1471.     Rename `iso-accents' to `iso-accents-mode' and change comments
  1472.     accordingly.  Fix doc strings.
  1473.     (iso-accents-minor-mode): Now a user option.
  1474.     (iso-accents-mode): Positive arg means enable.
  1475.     No arg means toggle.
  1476.  
  1477. Mon Sep 13 19:49:45 1993  Per Cederqvist  (ceder@signum.se)
  1478.  
  1479.     * forms.el: Change typos in comments.
  1480.     (forms-delete-record, forms--update): Use `delete-region' instead of
  1481.     `kill-line' to avoid messing around with the kill ring.
  1482.  
  1483. Mon Sep 13 23:35:33 1993  Johan Vromans  (jv@mh.nl)
  1484.  
  1485.     * forms.el: Release 2.1 for Emacs 19.19.
  1486.     (forms--process-format-list): No need to prepend a text item
  1487.     anymore. 
  1488.     (forms--ro-modification-start): Renamed to `forms--iif-start.
  1489.     (forms--ro-properties): Renamed to `forms--iif-properties'.
  1490.     (forms--romh): Renamed to `forms--iif-hook'.  Rewritten to use
  1491.     `insert-in-front-hooks' instead of `modification-hooks'. 
  1492.     (forms--romh-post-command-hook): Renamed to
  1493.     `forms--iif-post-command-hook'.  Rewritten to use
  1494.     `insert-in-front-hooks' instead of `modification-hooks'.
  1495.     (forms--make-format, forms--make-format-elt-using-text-properties):
  1496.     Use `insert-in-front-hooks' instead of `modification-hooks'.
  1497.     Remove `forms--electric' code.  Use `front-sticky' and
  1498.     `rear-nonsticky' text properties to control the insertion of text
  1499.     between read-only fields.
  1500.     (forms--show-record): Remove `forms--electric' code.
  1501.  
  1502. Sun Sep 12 07:24:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1503.  
  1504.     * sc.el (sc-glom-headers): Bind mark-active around calling region-...
  1505.     (sc-cite-original): Likewise.
  1506.  
  1507. Sat Sep 11 06:39:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1508.  
  1509.     * font-lock.el (font-lock-fontify-region): Put on `font-lock'
  1510.     property as well as `face' property.
  1511.     (font-lock-hack-keywords): Likewise.
  1512.  
  1513.     * rmail.el (rmail-convert-file): Narrow to exclude the Babyl header.
  1514.  
  1515. Fri Sep 10 01:05:45 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1516.  
  1517.     * paths.el (rmail-spool-directory): Use "/var/mail/" if
  1518.     system-type is netbsd.
  1519.  
  1520. Thu Sep  9 00:31:27 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  1521.  
  1522.         * rlogin.el: require 'shell.
  1523.  
  1524. Wed Sep  8 12:06:37 1993  Paul Eggert  (eggert@twinsun.com)
  1525.  
  1526.     * vc.el (vc-backend-steal): Fix typo when invoking the 'rcs'
  1527.     command to steal the lock.
  1528.  
  1529. Wed Sep  8 02:22:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1530.  
  1531.     * shell.el (shell-dirstack-message): Recognize ~ by matching the
  1532.     expansion of "~" with comint-filename-prefix prepended.  Strip
  1533.     comint-filename-prefix from elts.
  1534.  
  1535.     * comint.el (comint-filename-prefix): New variable.
  1536.     (comint-replace-by-expanded-filename, comint-dynamic-complete,
  1537.     comint-dynamic-list-completions): Prepend it to absolute file
  1538.     names before completing.
  1539.     * shell.el (shell-cd): New function, like `cd' but prepend
  1540.     comint-filename-prefix.
  1541.     (shell-resync-dirs, shell-process-cd, shell-process-pushd,
  1542.     shell-process-popd): Use shell-cd in place of cd.
  1543.     * rlogin.el (rlogin): After rlogin-mode, set
  1544.     comint-filename-prefix locally to indicate the host, and cd to
  1545.     /HOST:~/.
  1546.     (rlogin-mode-map): Start with (cons 'keymap shell-mode-map),
  1547.     rather than with a full copy of comint-mode-map.
  1548.  
  1549.     * ange-ftp.el (ange-ftp-file-executable-p): New function, handles
  1550.     file-executable-p.
  1551.  
  1552. Tue Sep  7 13:06:55 1993  Ron Schnell  (ronnie@media.mit.edu)
  1553.  
  1554.     * dunnet.el (dun-save-game): Use correct name of endgame question.
  1555.  
  1556. Tue Sep  7 04:35:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1557.  
  1558.     * files.el (hack-local-variables-prop-line): Ignore any specification
  1559.     for `mode:', since set-auto-mode has already handled it.
  1560.     (set-auto-mode): Clean up.  Handle more than one `mode:' spec in -*-.
  1561.  
  1562.     * rmail.el (rmail-convert-file): Exclude the Babyl header
  1563.     when calling rmail-convert-to-babyl-format.
  1564.  
  1565.     * startup.el (command-line): Setq inhibit-startup-message to nil.
  1566.  
  1567. Mon Sep  6 18:48:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1568.  
  1569.     * register.el (jump-to-register): Take new optional arg NODELETE
  1570.     (prefix arg); pass through to set-frame-configuration.
  1571.     * frame.el (set-frame-configuration): Take new optional arg
  1572.     NODELETE; if non-nil, don't delete any frames.
  1573.  
  1574.     * register.el (window-configuration-to-register): Fix
  1575.     prompt string in interactive spec.
  1576.     (frame-configuration-to-register): Likewise.
  1577.  
  1578.     * menu-bar.el: Don't clobber existing binding for menu-bar in
  1579.     global-map.
  1580.  
  1581. Mon Sep  6 22:37:51 1993  Paul Eggert  (eggert@twinsun.com)
  1582.  
  1583.     * cal-dst.el (calendar-time-zone-daylight-rules): Remove
  1584.     special case for Israel.  Israel has changed its daylight
  1585.     savings time rules.  We don't know what the current rules are,
  1586.     but the special case was definitely incorrect.
  1587.  
  1588. Mon Sep  6 18:15:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1589.  
  1590.     * etags.el (tag-exact-match-p): Return true if TAG is the explicit
  1591.     tag name.
  1592.  
  1593. Mon Sep  6 08:48:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1594.  
  1595.     * simula.el: Doc fixes.
  1596.     (simula-mode-syntax-table): Copy the syntax table.
  1597.  
  1598. Mon Aug 30 12:17:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1599.  
  1600.     * etags.el (next-file): If arg is neither t nor nil, then eval it
  1601.     to return initial list of files.
  1602.     (tags-loop-continue): Doc fix.
  1603.     (tags-search, tags-query-replace): Take optional final arg and pass to
  1604.     tags-loop-continue (through to next-file) instead of t if non-nil.
  1605.  
  1606. Sun Aug 29 10:29:22 1993  Paul Eggert  (eggert@twinsun.com)
  1607.  
  1608.     * solar.el (solar-degrees-to-quadrant): Use `floor' not `truncate'.
  1609.     (solar-sunrise, solar-sunset, solar-longitude-of-sun):
  1610.     Undo Aug 19 patch; not needed with new `mod'.
  1611.  
  1612. Sun Aug 29 08:21:25 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1613.  
  1614.     * solar.el (solar-equinoxes-solstices): Invert seasons in southern
  1615.     hemisphere.  Use "Autumnal" not "Fall".
  1616.  
  1617. Sat Aug 28 02:41:19 1993  Paul Eggert  (eggert@twinsun.com)
  1618.  
  1619.     * cal-dst.el (calendar-time-zone-daylight-rules): Scan through the
  1620.     next few years until at most one rule remains; if none remain, then
  1621.     just use the first candidate rule; it's wrong in general, but it's
  1622.     right for at least one year.  This is a better heuristic in case the
  1623.     underlying time zone implementation has bugs (which is all too
  1624.     common).  If possible, don't convert back and forth between gregorian
  1625.     and absolute; this speeds things up noticeably.  This uses the new
  1626.     calendar-nth-named-absday function.
  1627.     
  1628.     (calendar-current-time-zone): Some locales start DST at a different
  1629.     time of day than they end; allow for this by yielding both times.  The
  1630.     performance speedups in calendar.el are great enough that we now no
  1631.     longer need the "Checking time zone data..." message.  If
  1632.     current-time-zone yields nil, don't bother with
  1633.     calendar-next-time-zone-transition.  Use clearer names for local vars.
  1634.     
  1635.     (calendar-time-zone, calendar-daylight-time-offset,
  1636.     calendar-{standard,daylight}-time-zone-name,
  1637.     calendar-daylight-savings-{starts,ends}): Default to US Eastern rules
  1638.     for information that is not available.
  1639.     
  1640.     (calendar-daylight-savings-{starts,ends}-time): New vars, replacing
  1641.     calendar-daylight-savings-switchover-time, to support locales that
  1642.     start DST at a different time of day than they end.
  1643.  
  1644.     (calendar-absolute-from-time): Fix typo by interchanging floor and mod.
  1645.  
  1646.     * calendar.el (solar-holidays): Use new
  1647.     calendar-daylight-savings-{starts,ends}-time vars instead of old
  1648.     calendar-daylight-savings-switchover-time var.
  1649.     
  1650.     (calendar-last-day-of-month): Tune by testing month before year.
  1651.     (calendar-absolute-from-gregorian): Tune by computing (1- year) once.
  1652.     
  1653.     (calendar-nth-named-absday): New function, used to improve performance
  1654.     in calendar-time-zone-daylight-rules.
  1655.     (calendar-nth-named-day): Use it.
  1656.  
  1657.     * solar.el (solar-time-string):
  1658.     Use new calendar-daylight-savings-{starts,ends}-time
  1659.     vars instead of old calendar-daylight-savings-switchover-time var.
  1660.  
  1661. Thu Aug 26 20:56:51 1993  Paul Eggert  (eggert@twinsun.com)
  1662.  
  1663.     * vc.el (vc-locked-example): Renamed from vc-quiescent-p.  Now
  1664.     yields example of why current directory is not quiescent.  All
  1665.     callers changed to use this.
  1666.  
  1667.     * vc-hooks.el (vc-find-file-hook, vc-file-not-found-hook): Use
  1668.     add-hook to install these hooks.
  1669.  
  1670. Thu Aug 19 14:21:25 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1671.  
  1672.         * solar.el (solar-sunrise, solar-sunset, solar-longitude-of-sun):
  1673.         Make both arguments to solar-mod float.
  1674.  
  1675.         (sunrise-sunset): Change screen-width to frame-width.
  1676.  
  1677.         * calendar.el (calendar-absolute-from-iso,
  1678.         american-calendar-display-form, european-calendar-display-form):
  1679.         Fix typos in doc strings doc strings.
  1680.  
  1681.         (calendar-mode-map): Use "[prior]" and "[next]" in key bindings.
  1682.  
  1683. Wed Aug 18 12:48:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1684.  
  1685.     * texinfo.el (texinfo-environment-regexp): Match cartouche.
  1686.  
  1687.     * upd-copyr.el (update-copyright): Handle two-digit years with
  1688.     apostrophes.
  1689.  
  1690. Sat Aug 14 03:54:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1691.  
  1692.     * Version 19.19 released.
  1693.  
  1694.     * menu-bar.el (list-buffers-directory): Add declaration.
  1695.  
  1696.     * files.el (find-file-noselect): If a find-file-not-found-hook
  1697.     succeeds, clear `error'.
  1698.  
  1699.     * faces.el (x-create-frame-with-faces): Check for `on' or `true'
  1700.     as reverseVideo resource value.
  1701.     * frame.el (frame-initialize): Likewise.
  1702.  
  1703.     * outline.el (outline-minor-mode-prefix): New variable.
  1704.     (outline-minor-mode-map): Use it.
  1705.     (outline-level): New var.  Everything funcalls this
  1706.     instead of calling outline-level.
  1707.  
  1708.     * frame.el (frame-initialize): Handle reverseVideo x-resource.
  1709.  
  1710.     * subr.el (momentary-string-display): Scroll to keep the string
  1711.     on the screen.
  1712.  
  1713. Fri Aug 13 02:23:43 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1714.  
  1715.     * compile.el (compilation-parse-errors): Don't add multiple errors
  1716.     for one source line.
  1717.  
  1718.     * bibtex.el (bibtex-mode-map): Change C-c e to C-c C-b.
  1719.  
  1720.     * menu-bar.el (mouse-menu-bar-buffers): Use list-buffers-directory.
  1721.  
  1722.     * isearch.el (isearch-edit-string): Use read-event, not read-char.
  1723.  
  1724. Thu Aug 12 18:20:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1725.  
  1726.     * files.el (backup-inhibited): Doc fix.
  1727.  
  1728.     * saveplace.el: New file.
  1729.  
  1730.     * bookmark.el: New version from Fogel.
  1731.  
  1732.     * mouse.el (mouse-choose-completion): Really go to minibuffer;
  1733.     no save-excursion.
  1734.  
  1735. Thu Aug 12 14:38:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1736.  
  1737.     * tar-mode.el (tar-mode-map): Don't bind C-c.
  1738.  
  1739. Thu Aug 12 01:32:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1740.  
  1741.     * paragraphs.el (paragraph-start): Doc fix.
  1742.  
  1743.     * paren.el (show-paren-command-hook): Do nothing if input is pending.
  1744.  
  1745. Wed Aug 11 17:26:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1746.  
  1747.     * compile.el (next-error): Handle zero and negative prefix args.
  1748.  
  1749. Wed Aug 11 02:01:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1750.  
  1751.     * dired-aux.el (dired-compress-file): Fix previous change.
  1752.  
  1753.     * rmail.el (rmail-forward): Don't bind mail-signature, mail-setup-hook.
  1754.  
  1755.     * mouse.el (mouse-drag-region): Mouse in menu bar means scroll up.
  1756.  
  1757.     * text-mode.el (indented-text-mode): Doc fix.
  1758.  
  1759.     * userlock.el (ask-user-about-supersession-threat): Mention file name
  1760.     when asking question.
  1761.  
  1762.     * paren.el (show-paren-command-hook): Don't use value of make-face.
  1763.  
  1764.     * mouse.el (font-menu-add-default): Use list, not cons, for new elt.
  1765.     Don't get confused if no Misc entry.
  1766.  
  1767.     * emerge.el (emerge-find-difference): Add interactive spec.
  1768.  
  1769.     * mouse.el (mouse-set-point): Use event-end, not event-start.
  1770.  
  1771.     * frame.el (other-frame): Fix error in loop counting.
  1772.  
  1773. Tue Aug 10 08:02:36 1993  Paul Eggert  (eggert@twinsun.com)
  1774.  
  1775.     * autoload.el (generate-file-autoloads): Set float-output-format to
  1776.     nil, not "%.20e", since nil is guaranteed to not lose info on output.
  1777.     * bytecomp.el (byte-compile-from-buffer): Likewise.
  1778.  
  1779. Tue Aug 10 04:24:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1780.  
  1781.     * startup.el (site-run-file): New variable.
  1782.     (command-line): Use it.  Support -no-site-file.
  1783.  
  1784.     * mouse.el (mouse-drag-region): Doc fix.
  1785.  
  1786.     * texinfo.el (texinfo-delete-from-print-queue)
  1787.     (texinfo-tex-buffer): Load tex-mode to get tex-start-shell, etc.
  1788.  
  1789. Tue Aug 10 18:19:46 1993  Rob Riepel  (riepel@Snowflake.Stanford.edu)
  1790.  
  1791.         * tpu-edt.el (tpu-help): Use variables for "n" and "p".
  1792.     (tpu-help-N, tpu-help-n, tpu-help-P, tpu-help-p): New vars.
  1793.         * tpu-mapper.el: Insert (in buffer) setqs for tpu-help-... variables.
  1794.  
  1795. Mon Aug  9 21:32:42 1993  Paul Eggert  (eggert@twinsun.com)
  1796.  
  1797.     * calendar.el (hebrew-holidays-3): Fix misspelling in var name.
  1798.  
  1799.     * array.el (abs, ceiling, floor): Remove, since they now redefine
  1800.     builtin functions.  All `ceiling' callers rewritten to invoke `floor'.
  1801.  
  1802.     * bytecomp.el: `mod' is no longer an alias for `%'.
  1803.     * subr.el: Likewise.
  1804.  
  1805.     * cal-dst.el (calendar-/, calendar-%): Remove, since floor and mod
  1806.     now subsume them.  All callers changed.
  1807.     * cal-mayan.el (mayan-mod): Likewise.
  1808.     * ring.el (ring-mod): Likewise.
  1809.     * solar.el (solar-mod): Likewise.
  1810.  
  1811.     * cl-extra.el (floor*): Use `floor' rather than doing all the work.
  1812.  
  1813.     * gnus.el (gnus-caesar-region): Replace `%' by `mod' and simplify.
  1814.     * rnews.el (caesar-region): Likewise.
  1815.     * isearch.el (isearch-ring-adjust1, isearch-ring-advance-edit):
  1816.     Likewise.
  1817.     * simple.el (current-kill): Likewise.
  1818.  
  1819.     * timezone.el (timezone-fix-time): Simplify complicated expression
  1820.     with `floor'.
  1821.     (timezone-zone-to-minute): Replace (max X (- X)) with (abs X).
  1822.  
  1823. Mon Aug  9 15:28:25 1993  Rob Riepel  (riepel@Snowflake.Stanford.edu)
  1824.  
  1825.         * tpu-doc.el: Added section on local variables.
  1826.  
  1827.         * tpu-edt.el (tpu-version): Print version number rather than the RCS
  1828.         revision number.
  1829.  
  1830.         * tpu-edt.el (tpu-next-file-buffer): Bind starting-buffer with let.
  1831.         * tpu-edt.el (tpu-load-xkeys): Check value of tpu-xkeys-file.
  1832.     Make sure to use the "*scratch*" buffer.
  1833.  
  1834.         * tpu-edt.el (tpu-lm-replace): Changed variable searching-forward
  1835.         to tpu-searching-forward.
  1836.         (tpu-substitute): Likewise.
  1837.     (tpu-toggle-search-direction): Likewise.
  1838.         (tpu-search-forward, tpu-search-reverse, tpu-set-search): Likewise.
  1839.         (tpu-search-internal, tpu-adjust-search): Likewise.
  1840.  
  1841.         * tpu-extras.el (tpu-search-internal): Changed variable
  1842.         searching-forward to tpu-searching-forward.
  1843.  
  1844.         * tpu-extras.el: Changed "edit-picture-hook" to
  1845.         "picture-mode-hook" for emacs version 19.
  1846.  
  1847.         * tpu-mapper.el (tpu-gnu-map-key): Repaired the key name
  1848.         generation code to work with the latest version of emacs.
  1849.  
  1850. Sun Aug  8 00:39:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1851.  
  1852.     * Version 19.18 released.
  1853.  
  1854.     * tpu-doc.el (enable-local-variables): setq deleted.
  1855.     * tpu-extras.el (edit-picture-hook): Use add-hook to modify it.
  1856.  
  1857.     * server.el (server-visit-files): Restore current-buffer by hand,
  1858.     not using save-excursion.
  1859.  
  1860.     * gud.el (gud-dbx-marker-filter): Detect signals as well as bpts.
  1861.  
  1862.     * ange-ftp.el (ange-ftp-send-cmd): Bind ange-ftp-this-...
  1863.     in the outermost let, not an inner one.
  1864.  
  1865.     * comint.el (comint-mode-map): Delete C-c C-y binding.
  1866.  
  1867.     * mh-e.el (mh-read-msg-list): Undo previous change.
  1868.  
  1869.     * subr.el (minibuffer-window-active-p): New function.
  1870.  
  1871.     * mouse.el (mouse-set-point): Error if click in inactive minibuffer.
  1872.     (mouse-drag-region): Use mouse-set-point.
  1873.     Don't set a mark if final event wasn't suitable for setting point.
  1874.  
  1875.     * etags.el (etags-goto-tag-location): If match started with Ctrl-m,
  1876.     compensate when setting point.
  1877.  
  1878.     * simple.el (shell-command, shell-command-on-region):
  1879.     Fix bugs in previous change.
  1880.  
  1881.     * dired-aux.el (dired-compress-file): For .z file, run gunzip.
  1882.     When running gzip, see if it made .gz or .z.
  1883.     (dired-compress): Delete any old entry for new-file.
  1884.  
  1885. Sat Aug  7 20:42:29 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  1886.  
  1887.     * vc.el (vc-diff, vc-directory-18): Add missing paren to end of
  1888.     vc-diff, and remove extra paren from vc-directory-18.
  1889.  
  1890. Sat Aug  7 04:18:43 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1891.  
  1892.     * dired-aux.el (dired-diff): Read options right here;
  1893.     don't try to use diff-read-switches.  Always call diff with 3 args.
  1894.     (dired-backup-diff): Likewise.
  1895.  
  1896.     * simple.el (do-auto-fill): Don't keep breaking the line
  1897.     if it doesn't help matters.
  1898.  
  1899. Fri Aug  6 18:10:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1900.  
  1901.     * indent.el (indent-region): Fix paren error in last change.
  1902.  
  1903.     * mouse.el (mouse-save-then-kill): Fix paren error in last change.
  1904.  
  1905. Fri Aug  6 16:25:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1906.  
  1907.     Fix {menu,scroll}-bar-mode so prefix arg of M-- works.
  1908.     * scroll-bar.el (scroll-bar-mode): If FLAG is non-nil, set it to
  1909.     its prefix-numeric-value.
  1910.     * menu-bar.el (menu-bar-mode): Defvar removed.
  1911.     (menu-bar-mode): Rewritten to parallel scroll-bar-mode.
  1912.  
  1913.     * info.el (Info-goto-emacs-command-node,
  1914.     Info-goto-emacs-key-command-node): Doc fix.
  1915.  
  1916.     * help.el (help-for-help): Mention C-k and C-f.
  1917.  
  1918. Fri Aug  6 14:02:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1919.  
  1920.     * files.el (after-find-file): Improve warning message about
  1921.     existing file that can't be read.
  1922.  
  1923. Thu Aug  5 02:54:42 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1924.  
  1925.     * indent.el (indent-region): Rename arg ARG to COLUMN.
  1926.     Don't add fill-prefix to empty line.
  1927.     Don't change whitespace in empty line.
  1928.  
  1929.     * mouse.el (help-admin-map): Fix menu item text.
  1930.  
  1931.     * font-lock.el (font-lock-fontify-region):
  1932.     Handle comment-start-skip = nil.
  1933.  
  1934.     * rmail.el (rmail-resend): Delete any Sender field.
  1935.  
  1936. Wed Aug  4 00:36:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1937.  
  1938.     * perl-mode.el (perl-mode): Add autoload cookie.
  1939.  
  1940.     * paths.el (sendmail-program): Try /usr/sbin/sendmail.el also.
  1941.  
  1942.     * mouse.el (mouse-save-then-kill): Don't discard all the normal
  1943.     undo info; just replace the deletion entry.
  1944.  
  1945.     * tpu-edt.el, tpu-doc.el, tpu-extras.el, tpu-mapper.el: New files.
  1946.     * vt-control.el: New file.
  1947.  
  1948. Wed Aug  4 14:42:17 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1949.  
  1950.         * diary.el (list-diary-entries): Split diary-display-hook into two
  1951.         pieces, diary-display-hook and diary-hook.  If diary-display-hook
  1952.         is nil, use simple display.
  1953.         (include-other-diary-files): Set those hooks properly for other files.
  1954.  
  1955.         * calendar.el (diary-display-hook): Change default and fix doc string.
  1956.         (diary-hook): New user variable.
  1957.         (diary-date-forms, calendar-date-display-form): Don't autoload
  1958.         them so the European/American style is decided at load time.
  1959.  
  1960. Tue Aug  3 23:40:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1961.  
  1962.     * lpr.el (print-region-1): Make END a marker so untabify relocates it.
  1963.  
  1964. Tue Aug  3 17:38:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1965.  
  1966.     * compile.el (compilation-minor-mode): Make variable buffer-local.
  1967.     (compilation-minor-mode): Autoload this function.
  1968.  
  1969. Tue Aug  3 13:44:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1970.  
  1971.     * man.el (man): Define as alias.
  1972.  
  1973.     * paren.el (window-setup-hook): Add hook function.
  1974.  
  1975. Tue Aug  3 03:52:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1976.  
  1977.     * comint.el (comint-dynamic-list-completions): Expand PATHDIR in
  1978.     call to file-name-completion.
  1979.  
  1980. Tue Aug  3 03:09:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1981.  
  1982.     * faces.el: Make boldness/italicness affect frames created later.
  1983.     (make-face-bold, make-face-italic, make-face-bold-italic)
  1984.     (make-face-unbold, make-face-unitalic): Update global-face-data.
  1985.     Ignore a list found in the font slot.
  1986.     (make-face-bold-internal, make-face-italic-internal):
  1987.     (make-face-bold-italic-internal): New subroutines.
  1988.     (x-create-frame-with-faces): If global-face-data's font slot
  1989.     indicates bold and/or italic, make it so.
  1990.  
  1991. Tue Aug  3 02:38:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1992.  
  1993.     * window.el (shrink-window-if-larger-than-buffer): Pass WINDOW to
  1994.     pos-visible-in-window-p.
  1995.  
  1996. Tue Aug  3 00:08:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1997.  
  1998.     * completion.el (cmpl-read-time-eval): Make it no-op.
  1999.     (cmpl-hours-since-origin): Use truncate to make an integer.
  2000.     (completion-search-reset): Use completion-prefix-min-length.
  2001.  
  2002.     * telnet.el (telnet): If we already have a telnet to HOST,
  2003.     just switch buffers.
  2004.  
  2005. Mon Aug  2 23:33:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2006.  
  2007.     * frame.el (other-frame): Skip iconified and invisible frames.
  2008.  
  2009. Mon Aug  2 21:07:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2010.  
  2011.     * replace.el (occur-mode-goto-occurrence): Give meaningful error
  2012.     message if there's nowhere useful to go.
  2013.  
  2014. Mon Aug  2 18:18:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2015.  
  2016.     * comint.el (comint-dynamic-complete): If called interactively
  2017.     twice in a row, give the completion list.
  2018.  
  2019.     * comint.el (comint-dynamic-complete): Expand PATHDIR in call to
  2020.     file-name-completion.
  2021.  
  2022.     * comint.el (comint-dynamic-completion): Say "Sole completion",
  2023.     not "Unique completion".
  2024.  
  2025.     * frame.el (other-frame): New function, analogous to other-window.
  2026.     (ctl-x-5-map): Bind C-x 5 o to other-frame.
  2027.  
  2028. Mon Aug  2 00:47:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2029.  
  2030.     * subr.el (add-hook): Change a single function into a list.
  2031.  
  2032.     * lucid.el (remove-hook): Doc string added.
  2033.     Change a single function into a list.
  2034.  
  2035.     * sendmail.el (mail-yank-hooks): Initialize to nil.
  2036.     (mail-yank-original): If mail-yank-hooks is nil,
  2037.     call mail-indent-citation.
  2038.  
  2039.     * c-mode.el (indent-c-exp): Don't document ENDPOS.
  2040.     (c-indent-region): Rewrite to use indent-c-exp on one sexp at a time,
  2041.     then use c-indent-line on the next line, etc.
  2042.  
  2043.     * bytecomp.el (byte-recompile-directory): At end of compiling a file,
  2044.     put back the "Checking DIR..." message.
  2045.  
  2046. Sun Aug  1 18:22:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2047.  
  2048.     * etags.el (etags-tags-completion-table): Fixed regexp for today's
  2049.     format.
  2050.     (etags-snarf-tag): Skip explicit tag name if present.
  2051.  
  2052. Sun Aug  1 20:50:07 1993  Paul Eggert  (eggert@twinsun.com)
  2053.  
  2054.     * dissociate.el (dissociated-press):
  2055.     Use `(random N)' instead of while loop.
  2056.     * dunnet.el: (dun-endgame-question, tcom, tloc):
  2057.     Use (random N) instead of combination of %, abs and random.
  2058.     * life.el (life-insert-random-pattern): Simplify (% (abs (random)) N)
  2059.     to (random N).
  2060.     * cookie1.el (pick-random): Remove.
  2061.     All callers changed to use `random' instead.
  2062.     * gomoku.el (random-number): Likewise.
  2063.     * mpuz.el (mpuz-random): Likewise.
  2064.  
  2065.     * emerge.el (emerge-default-[AB]): Use (zerop (% A B)) instead of
  2066.     (= (* (/ A B) B) A).
  2067.  
  2068. Sun Aug  1 01:17:14 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2069.  
  2070.     * subr.el (event-click-count): New function.
  2071.  
  2072.     * texinfmt.el: Installed the version from the Texinfo package.
  2073.  
  2074.     * dired.el (dired-sort-mode): Variable deleted.
  2075.     Don't display it in mode line.
  2076.     (dired-sort-set-modeline): Set mode-name instead.
  2077.  
  2078.     * etags.el (visit-tags-table-buffer): New local named
  2079.     visit-tags-table-buffer-cont copies cont.
  2080.     (tags-table-including): Set that, instead of cont.
  2081.  
  2082.     * c-mode.el (indent-c-exp): Don't move an { from column 0.
  2083.  
  2084. Sat Jul 31 01:31:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2085.  
  2086.     * tar-mode.el: Fix doc strings and error message syntax.
  2087.     Add menu bar items.
  2088.     (tar-subfile-mode): Set a local-write-file-hook
  2089.     rather than using key bindings.
  2090.     (tar-subfile-save-buffer): Return t.
  2091.  
  2092.     * add-log.el (change-log-mode): Use \f for formfeed, to avoid
  2093.     syntax error.
  2094.  
  2095.     * isearch.el (isearch-done): Move point (for small window)
  2096.     before deciding whether to set the mark.
  2097.  
  2098.     * man.el (Man-build-references-alist): When setting word,
  2099.     use only what Man-reference-regexp matched.
  2100.     (Man-reference-regexp): Don't match starting with a period.
  2101.     (Man-first-heading-regexp): Allow leading space.
  2102.     (Man-heading-regexp): Allow leading space.
  2103.     (Man-section-translations-alist): Add entries for xlib.
  2104.  
  2105.     * completion.el (completion-version): New variable.
  2106.     (save-completions-to-file): Use completion-version.
  2107.  
  2108.     * tex-mode.el (validate-tex-buffer): Record mismatches in *Occur*.
  2109.  
  2110.     * files.el (basic-save-buffer): When we read a file name,
  2111.     use set-visited-file-name to put it in.
  2112.  
  2113.     * mouse.el (mouse-choose-completion): Actually choose that alternative,
  2114.     don't just insert its name.
  2115.  
  2116.     * simple.el (shell-command-history): New variable.
  2117.     (shell-command, shell-command-on-region): Use it.
  2118.  
  2119. Fri Jul 30 14:25:24 1993  Paul Eggert  (eggert@twinsun.com)
  2120.  
  2121.     * window.el (shrink-window-if-larger-than-buffer): Do nothing if the
  2122.     window is the only window of its frame.  If the buffer ends in newline
  2123.     and point is not at the end of the buffer, do not display the
  2124.     last (empty) line.
  2125.  
  2126.     * vc.el (vc-shrink-to-fit): Deleted.  All callers changed to use
  2127.     the new, fixed `shrink-window-if-larger-than-buffer' instead.
  2128.     In some places move it after a (goto-char (point-min)).
  2129.  
  2130. Fri Jul 30 20:19:06 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2131.  
  2132.     * blackbox.el (blackbox-mode-map): Now that we have
  2133.     terminal-independent function-key facilities, we ought to use
  2134.     them.  Remove hack which looks for all bindings for the simple
  2135.     motion keys and locally binds them to blackbox keys; add bindings
  2136.     for the [up], [down], [left], and [right] keys.
  2137.  
  2138.     * frame.el (frame-notice-user-settings): If we had to create a new
  2139.     frame in order to obey initial-frame-alist, use delete-frame's
  2140.     FORCE argument to get rid of the old frame even if the new one
  2141.     hasn't been mapped yet.
  2142.  
  2143. Fri Jul 30 20:18:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2144.  
  2145.     * fill.el (fill-region-as-paragraph): When we take one word
  2146.     after the fill column, don't stop at period with just one space.
  2147.     When checking whether at beginning of line, if no fill prefix,
  2148.     ignore intervening whitespace.
  2149.  
  2150. Fri Jul 30 18:38:56 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2151.  
  2152.     * gud.el (gud-gdb-marker-filter): Preserve the match data across
  2153.     the filter's execution.
  2154.  
  2155.     * gud.el (gud-gdb-marker-filter): If we received some text after
  2156.     the position marker, append it to any text before the marker,
  2157.     instead of throwing away the text before the marker.
  2158.  
  2159. Fri Jul 30 03:00:20 1993  David Gillespie  (synaptx!daveg@uunet.UU.NET)
  2160.  
  2161.     * cl.el: File totally replaced.
  2162.     * cl-compat.el, cl-extra.el, cl-macs.el, cl-seq.el: New files.
  2163.  
  2164.     * info.el (Info-fontify-node): New function.
  2165.     (Info-fontify): New variable.
  2166.     (Info-mode): Initialize Info-related faces.
  2167.     (Info-select-node): Fontify the node if necessary.
  2168.  
  2169.     * info.el (Info-goto-node): Provide completion for node names.
  2170.     (Info-read-node-name, Info-build-node-completions): New functions.
  2171.     (Info-current-file-completions): New variable.
  2172.     (Info-find-node): Clear completions cache.
  2173.  
  2174.     * info.el (Info-next-reference, Info-prev-reference): New commands.
  2175.     (Info-mode-map): Bind these to TAB and M-TAB.
  2176.     (Info-next-preorder): Special case if sitting on "*Note" reference.
  2177.  
  2178.     * info.el (Info-standalone): New variable.
  2179.     (Info-exit): Exit Emacs if in standalone mode.
  2180.     (info-standalone): New function.
  2181.  
  2182.     * info.el (Info-summary): Added `bury-buffer' call.
  2183.     (Info-no-error): Renamed from `no-error'.
  2184.     (Info-suffix-list): Put ".info" before "" to deal with directory
  2185.     named "foo" next to file "foo.info".
  2186.  
  2187. Fri Jul 30 03:00:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2188.  
  2189.     * fill.el (fill-region-as-paragraph): Move misplaced paren
  2190.     ending `(if (eobp) nil ...)'.
  2191.     In the loop that avoids breaking after `.' with one space,
  2192.     break if we actually have two spaces.
  2193.  
  2194. Fri Jul 30 01:32:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2195.  
  2196.     * compile.el (compilation-error-regexp-alist): Broaden RS6000
  2197.     regexp to match "lines N-M," or "line N,".
  2198.  
  2199. Thu Jul 29 19:21:10 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2200.  
  2201.     * gud.el (gud-gdb-marker-filter): Do not assume that the position
  2202.     markers from GDB will always be received in one chunk of input;
  2203.     gud-gdb-marker-filter may be called several times, each time
  2204.     providing a little more of the position marker.
  2205.     (gud-gdb-marker-acc): New variable.
  2206.     (gud-gdb-marker-filter): If we have received what could be the
  2207.     beginning of a position marker, hold that text in
  2208.     gud-gdb-marker-acc for the next time we get called, until we have
  2209.     enough information to decide for sure.
  2210.  
  2211.     * gud.el (gud-gdb-marker-filter): Only recognize GDB position
  2212.     markers if they occur at the beginning of the line.  They always
  2213.     do, and this reduces the likelihood that the above change will
  2214.     hold back output that isn't really a position marker.
  2215.  
  2216.     * mpuz.el (mpuz-board): Doc fix.
  2217.  
  2218. Thu Jul 29 01:10:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2219.  
  2220.     * gud.el (dbx): Use %d in gud-break.
  2221.     (gud-format-command): Support %d.  Delete spurious progns.
  2222.  
  2223.     * etags.el (etags-goto-tag-location): Handle selective display.
  2224.  
  2225.     * sendmail.el: Do the global key bindings only via loaddefs.el,
  2226.     not when sendmail.el is loaded.
  2227.  
  2228.     * buff-menu.el (Buffer-menu-mode-map): Undo previous change.
  2229.  
  2230.     * rmail.el (rmail-nuke-pinhead-header): Tell replace-match not to
  2231.     alter the case.
  2232.     (rmail-toggle-header, rmail-reformat-message): Ignore case
  2233.     when checking for Summary-line.
  2234.  
  2235.     * calendar.el (calendar-mode-map): Bind C-SPC.
  2236.  
  2237. Thu Jul 29 04:58:47 1993  Paul Eggert  (eggert@twinsun.com)
  2238.  
  2239.     * (vc-mode-line): Set vc-mode to nil if FILE no longer is
  2240.     version-controlled.
  2241.  
  2242. Thu Jul 29 00:47:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2243.  
  2244.     * menu-bar.el (delete-frame): Permit it, if > 1 frame is vis or iconic.
  2245.  
  2246. Wed Jul 28 23:02:45 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2247.  
  2248.     * man.el (Man-find-section): HP/UX man pages have section names
  2249.     indented by a single space; recognize them.
  2250.  
  2251.     * gud.el (gud-last-last-frame): Specify initial value.  `dbx'
  2252.     doesn't work unless we do.
  2253.  
  2254. Thu Jul 29 00:00:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2255.  
  2256.     * c-mode.el (calculate-c-indent): When checking whether function decl
  2257.     is inside a comment, move back to the `(' that starts the arglist.
  2258.  
  2259. Wed Jul 28 19:50:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2260.  
  2261.     * rmail.el (rmail-convert-file): If file needs conversion,
  2262.     convert it all.
  2263.  
  2264.     * macros.el (name-last-kbd-macro): Handle macros that are vectors.
  2265.  
  2266.     * man.el (Man-filter-list): Insert \n newlines in awk script.
  2267.  
  2268.     * time-stamp.el (time-stamp): Add autoload cookie.
  2269.  
  2270. Wed Jul 28 18:41:55 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2271.  
  2272.     * comint.el (comint-replace-by-expanded-filename,
  2273.     comint-dynamic-complete): Say "Sole completion" instead of "Unique
  2274.     completion", for consistency with the rest of the known universe.
  2275.  
  2276. Wed Jul 28 04:21:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2277.  
  2278.     * sc.el: Require assoc instead of sc-alist.
  2279.     * sc-alist.el: File deleted.
  2280.  
  2281.     * gnus.el (gnus-apply-kill-hook): Make the value a list of functions.
  2282.     (gnus-mark-article-hook, gnus-select-digest-hook): Likewise.
  2283.     (gnus-select-article-hook, gnus-select-group-hook): Likewise.
  2284.  
  2285. Tue Jul 27 17:58:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2286.  
  2287.     * bytecomp.el (byte-recompile-directory): Doc fix.
  2288.  
  2289.     * term/x-win.el (iconify-or-deiconify-frame): New function.
  2290.     Use it for C-z.
  2291.  
  2292. Tue Jul 27 19:28:46 1993  Paul Eggert  (eggert@twinsun.com)
  2293.  
  2294.     * vc-hooks.el (vc-rcs-status): Removing any trailing "-".
  2295.  
  2296. Tue Jul 27 01:48:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2297.  
  2298.     * cplus-md.el (c++-mode-syntax-table): Don't alter syntax of '.
  2299.  
  2300.     * term/x-win.el (x-handle-iconic): New function.
  2301.     (command-switch-alist): Use that.
  2302.     (x-switch-definitions): Delete elt for `-iconic'.
  2303.  
  2304.     * gud.el (dbx): For gud-break, send a file command and a stop command.
  2305.  
  2306.     * diary.el: Doc fixes.
  2307.  
  2308. Mon Jul 26 15:55:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2309.  
  2310.     * mouse.el (font-menu-add-default): New function.
  2311.     * startup.el (normal-top-level): Call font-menu-add-default.
  2312.  
  2313. Mon Jul 26 14:32:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2314.  
  2315.     * simple.el (read-expression-history): New defvar.
  2316.     (eval-expression): Use it has history var in interactive spec.
  2317.  
  2318. Mon Jul 26 01:54:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2319.  
  2320.     * frame.el (frame-notice-user-settings): Don't reapply a parm
  2321.     whose value is ot changed (as far as we know) since frame-initialize.
  2322.  
  2323.     * simple.el (kill-ring-save): Delete spurious `message' call.
  2324.     (set-mark): If POS is nil, call deactivate-mark.
  2325.  
  2326.     * c-mode.el (indent-c-exp): When previous line ends in comma,
  2327.     use calculate-c-indent.  Fix the "inner loop" to properly detect
  2328.     a line that ends outside of comments and strings.
  2329.  
  2330.     * cplus-md.el (c++-mode-syntax-table): Handle C-style comments.
  2331.  
  2332.     * files.el (insert-directory): Make sure default-directory is absolute.
  2333.  
  2334.     * dired.el (dired-readin-insert): If we got a list of files,
  2335.     pass nil for WILDCARD arg to dired-insert-directory.
  2336.  
  2337. Sun Jul 25 16:19:47 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2338.  
  2339.     * vc.el (vc-backend-steal): Pass arg omitted in last change.
  2340.  
  2341.     * term/x-win.el (x-selection-timeout): Use 20000 as default.
  2342.  
  2343.     * mouse.el (x-fixed-font-alist): Give some fonts long patterns.
  2344.     Delete 9x15 bold and 8x13 and 8x13 bold.  Add some fonts.
  2345.  
  2346.     * term/x-win.el (x-select-text): Never set the CLIPBOARD selection.
  2347.     (x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
  2348.     (x-cut-buffer-max): Set based on x-server-max-request-size.
  2349.  
  2350. Sat Jul 24 01:33:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2351.  
  2352.     * unrmail.el (unrmail): Total rewrite.
  2353.     * rmailout.el (rmail-output): New arg NOATTRIBUTE.
  2354.  
  2355.     * rmailout.el (rmail-output-to-rmail-file): Set rmail-last-rmail-file
  2356.     while reading the interactive args.
  2357.     (rmail-output): Likewise, for rmail-last-file.
  2358.     (rmail-output-to-rmail-file): Use default-file consistently.
  2359.  
  2360.     * replace.el (occur): If no default, don't mention one.
  2361.  
  2362.     * rmail.el (rmail-last-rmail-file): Initialize to a file name.
  2363.     (rmail): Don't set rmail-last-rmail-file.
  2364.  
  2365.     * info.el (Info-select-node): Run Info-selection-hook.
  2366.  
  2367.     * ispell.el (ispell-point): Do nothing if there's no word at START.
  2368.  
  2369. Fri Jul 23 00:42:36 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2370.  
  2371.     * doctor.el (doctor-type-symbol): Win if auto-fill-function is nil.
  2372.  
  2373.     * edt.el (advance-direction): Set kp-f3, not kp-f1.
  2374.  
  2375.     * term/x-win.el (x-select-text): Always set the cut buffer,
  2376.     but sometimes set it to nothing.  Don't put large strings in clipboard.
  2377.  
  2378.     * dired.el (dired-readin-insert): Don't use the "whole directory"
  2379.     case if DIR-OR-LIST is a list.
  2380.  
  2381.     * font-lock.el (font-lock-after-change-function):
  2382.     Scan for comments and strings from beg of line.
  2383.     (c-font-lock-keywords-1): Recognize &, like *, before fn name.
  2384.     (perl-font-lock-keywords): Put digit 1 into function-name-face items.
  2385.     Allow whitespace before the open-brace.
  2386.  
  2387.     * sort.el (sort-skip-fields): Really implement fields as runs
  2388.     of nonwhitespace chars.
  2389.     (sort-fields, sort-float-fields, sort-numeric-fields):
  2390.     Don't subtract 1 when calling sort-skip-fields.
  2391.  
  2392. Thu Jul 22 13:44:22 1993  Ron Schnell  (ronnie@media.mit.edu)
  2393.  
  2394.     * dunnet.el (dun-special-object): Fixed so that bus will
  2395.     explode if falls through hole instead of making adventurer
  2396.     trapped in room with no escape and no way off the bus.
  2397.  
  2398. Thu Jul 22 13:34:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2399.  
  2400.     * term/x-win.el (x-select-text): Limit size of text sent to cut buffer.
  2401.  
  2402.     * subr.el (keyboard-translate): Properly lengthen existing table.
  2403.  
  2404.     * files.el (set-auto-mode): Fix backwards test
  2405.     involving inhibit-local-variables-regexps.
  2406.  
  2407.     * loaddefs.el (ctl-x-map): Correct C-x r t to string-rectangle.
  2408.  
  2409.     * paren.el (show-paren-command-hook): Specify buffer for move-overay.
  2410.  
  2411. Thu Jul 22 03:59:42 1993  Paul Eggert  (eggert@twinsun.com)
  2412.  
  2413.     * vc.el (vc-backend-revert): Use `co -f' instead of deleting the
  2414.     working file ourselves; that way, if `co' fails, we won't have
  2415.     deleted the working file.
  2416.     (vc-backend-steal):  Don't delete the working file.  Use `rcs -u -l',
  2417.     not `rcs -u ; rcs -l'; it's faster.  Use vc-backend-dispatch -- the
  2418.     old code couldn't have possibly worked.
  2419.  
  2420. Thu Jul 22 01:34:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2421.  
  2422.     * map-ynp.el (map-y-or-n-p): If LIST is nil, just return.
  2423.  
  2424.     * mouse.el (mouse-secondary-save-then-kill): When making the undo item,
  2425.     use an integer, not a marker, for the position.
  2426.  
  2427.     * rmail.el (rmail-forward): Call rmail-start-mail for new frame
  2428.     even if just one window.
  2429.     (rmail-start-mail): Return what mail-other-frame returned.
  2430.  
  2431.     * mouse.el (mouse-set-font): Update faces bold, italic and bold-italic.
  2432.  
  2433.     * completion.el (complete): Use sit-for, not cmpl19-sit-for.
  2434.  
  2435.     * simple.el (completion-list-mode): Renamed from completion-mode.
  2436.     (completion-list-mode-map): Likewise.
  2437.  
  2438.     * files.el (parse-colon-path): Really make nil, not ".",
  2439.     for empty path element.
  2440.  
  2441. Wed Jul 21 00:07:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2442.  
  2443.     * autoload.el (generate-file-autoloads): Bind float-output-format.
  2444.     Bind print-escape-newlines.
  2445.  
  2446.     * inc-vers.el: Try deleting version.el if it's not writable.
  2447.  
  2448.     * term/lk201.el: Explicitly define kp-f1...
  2449.  
  2450.     * tar-mode.el (tar-parse-info, tar-header-offset, tar-superior-buffer)
  2451.     (tar-superior-descriptor): Make them permanent locals.
  2452.     (tar-mode): Call kill-all-local-variables.
  2453.     Locally set enable-local-variables to nil.
  2454.  
  2455.     * man.el (Man-set-fonts): Don't look for another char after
  2456.     the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS...
  2457.     Delete all the CHAR BS pairs found, after making the text property.
  2458.  
  2459.     * c-mode.el (indent-c-exp): If ENDPOS, always set OPOINT
  2460.     to the function start.  And don't indent a line which is past ENDPOS.
  2461.     Don't indent a comment on the first line if it's the only
  2462.     thing on that line.
  2463.     Call calculate-c-indent-within-comment when appropriate.
  2464.  
  2465.     * mouse.el (mouse-drag-region): Use deactivate-mark.
  2466.  
  2467.     * font-lock.el (perl-font-lock-keywords): Add a `(... . 1)' to the
  2468.     first element of the list.
  2469.     (font-lock-hack-keywords, font-lock-unfontify-region)
  2470.     (font-lock-fontify-region): Bind buffer-read-only to nil,
  2471.     and don't alter buffer-modified-p.
  2472.     (font-lock-fontify-region): Use comment-start-skip, not comment-start.
  2473.  
  2474. Tue Jul 20 00:34:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2475.  
  2476.     * buff-menu.el (Buffer-menu-mode-map): Bind delete like DEL.
  2477.  
  2478.     * files.el (parse-colon-path): Turn empty substring into nil.
  2479.  
  2480.     * sendmail.el (mail-bury): Check that frame-parameters is defined.
  2481.  
  2482.     * font-lock.el (font-lock-function-name-face): defvar renamed.
  2483.     (font-lock-hack-keywords): Evaluate face specs from keyword list.
  2484.  
  2485.     * dunnet.el: New version from Schnell, to fix possible bad patch run.
  2486.  
  2487.     * subr.el (define-key-after): Fix typo in previous change.
  2488.  
  2489.     * outline.el (outline-mode-map): Delete spurious `outline-'
  2490.     from show and hide command names in menu.
  2491.  
  2492.     * ange-ftp.el (file-name-handler-alist): Have two separate regexps
  2493.     with different hooks.
  2494.     * files.el (ange-ftp-completion-hook-function): New function.
  2495.  
  2496.     * paren.el (show-paren-face): New variable.
  2497.     (show-paren-command-hook): Use it.
  2498.     Call set-face-background properly.
  2499.  
  2500.     * reposition.el (reposition-window): Don't forward-char if eobp.
  2501.  
  2502.     * startup.el (normal-top-level): Call abbreviate-file-name again
  2503.     after calling command-line.
  2504.  
  2505.     * rmailedit.el (rmail-edit-map): Inherit properly from text-mode-map;
  2506.     use the whole thing, not its cdr.
  2507.  
  2508.     * man.el (Man-getpage-in-background): Copy process-environment
  2509.     so we only alter the copy.
  2510.  
  2511.     * mh-e.el (mh-read-msg-list): Add space to message-number regexp.
  2512.  
  2513. Mon Jul 19 19:27:01 1993  Paul Eggert  (eggert@twinsun.com)
  2514.  
  2515.     * vc-hooks.el (vc-rcs-status): Use "-", not " ", to separate locks,
  2516.     so that the RCS minor mode label doesn't contain internal spaces.
  2517.  
  2518. Mon Jul 19 14:56:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2519.  
  2520.     * dired.el (dired-unmark-all-files-no-query): New command.
  2521.     (dired-mode-map): Use that for the Unmark All item.
  2522.     Fix typo that made the Flag Backup Files item not show up.
  2523.  
  2524.     * mlconvert.el (while): Comment out converter.
  2525.  
  2526.     * calendar.el (hebrew-holidays): Split into 4 sub-variables.
  2527.  
  2528. Mon Jul 19 16:06:31 1993  Masanobu UMEDA  (umerin at orchid)
  2529.  
  2530.     * gnus.el (gnus-emacs-version): New variable.
  2531.     (gnus-version): Updated to 4.1.
  2532.     (gnus-newsrc-to-gnus-format): Use different regexp in 18 and 19.
  2533.     (gnus-group-startup-message): Use gnus-emacs-version.
  2534.  
  2535.     * gnuspost.el (gnus-current-time-zone): Fix typo.
  2536.     (gnus-inews-organization): Fix zero length string operation bug.
  2537.  
  2538.     * metamail.el (metamail-environment): Format changed.  It
  2539.     must be a list of strings that have the format ENVVARNAME=VALUE.
  2540.     (metamail-region): Corresponding changes.
  2541.  
  2542.     * metamail.el (metamail-region): Optional 2nd argument NODISPLAY
  2543.     controls redisplay behavior.
  2544.     (metamail-buffer): LIkewise.
  2545.  
  2546. Mon Jul 19 01:44:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2547.  
  2548.     * menu-bar.el (mouse-menu-bar-buffers): Add Frames pane if there
  2549.     are multiple panes.
  2550.  
  2551. Sun Jul 18 21:05:05 1993  Paul Eggert  (eggert@twinsun.com)
  2552.  
  2553.     * vc-hooks.el (vc-rcs-status): Omit "LOCKER:" if you are the locker.
  2554.  
  2555. Sun Jul 18 16:41:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2556.  
  2557.     * vc.el (vc-comment-to-change-log): Complete rewrite.  Do not use
  2558.     vc-update-change-log.  Instead, snarf last comment from
  2559.     vc-comment-ring and insert it with add-change-log-entry.
  2560.  
  2561.     * add-log.el (prompt-for-change-log-name): Autoload this (for
  2562.     vc-comment-to-change-log).
  2563.     (add-change-log-entry): Take optional fourth arg NEW-ENTRY.  If
  2564.     non-nil, never append to an existing entry.
  2565.     (change-log-fill-paragraph): New function.
  2566.     It might be nice to have a general feature to replace this.  The
  2567.     idea I have is a variable giving a regexp matching text which
  2568.     should not be moved from bol by filling.  change-log-mode would
  2569.     set this to "^\\s *\\s(".  But I don't feel up to implementing
  2570.     that today.
  2571.     (change-log-mode-map): New defvar for keymap.  Bind M-q to
  2572.     change-log-fill-paragraph in it.
  2573.     (change-log-mode): Use that as local map.
  2574.  
  2575.     * add-log.el (add-log-current-defun-function): New defvar.
  2576.     (add-change-log-entry): Call its value if non-nil instead of
  2577.     add-log-current-defun.
  2578.     (add-change-log-entry-other-window): Doc fix.
  2579.  
  2580.     * compile.el (compilation-error-list): An elt's cdr's car is again
  2581.     a cons (DIRECTORY . FILE) if it's not a marker.  The conversion to
  2582.     using a string containing an expanded file name was never
  2583.     finished, and anyway it utterly broke compilation-search-path and
  2584.     a few other things.
  2585.     (next-error): Expect them that way.
  2586.     (compilation-parse-errors): Make them that way.
  2587.     (compile-file-of-error): Function removed.
  2588.     (compilation-error-filedata, compilation-error-filedata-file-name): New
  2589.     defsubsts.
  2590.     (compilation-next-file): Use them instead of compile-file-of-error.
  2591.  
  2592. Sun Jul 18 16:01:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2593.  
  2594.     * autoload.el (update-file-autoloads):
  2595.     Go to the beginning of FILE before searching it
  2596.     for generate-autoload-cookie.
  2597.  
  2598.     * cookie1.el (cookie, cookie-insert, cookie-snarf, shuffle-vector):
  2599.     Autoload these.
  2600.  
  2601. Sun Jul 18 02:38:03 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2602.  
  2603.     * Version 19.17 released.
  2604.  
  2605.     * makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist
  2606.     any more; all its functions have been moved into other files.
  2607.  
  2608.     * files.el (insert-directory): Doc fix.
  2609.  
  2610.     * files.el (insert-directory): If FULL-DIRECTORY-P is non-nil,
  2611.     add "." component to the end of the path, so that if file is a
  2612.     symlink, we get the contents of the directory, not the symlink
  2613.     itself.
  2614.  
  2615. Sat Jul 17 13:25:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2616.  
  2617.     * tar-mode.el (tar-extract): Use view-exit-action to kill viewed buf.
  2618.  
  2619.     * view.el: Doc fixes; some args renamed.
  2620.  
  2621.     * gnus.el (gnus-info-nodes): Update node names.
  2622.  
  2623.     * makeinfo.el (makeinfo-options): Fix option syntax in initial value.
  2624.  
  2625.     * texinfo.el (texinfo-mode): Undo changes mistakenly added with
  2626.     previous batch: texinfo-{start,end}-of-header are now tex-...
  2627.  
  2628. Sat Jul 17 18:13:11 1993  Johan Vromans  (jv@mh.nl)
  2629.  
  2630.     * forms.el: New version 2.0.
  2631.     Redesigned and rewritten to use Emacs 19 text properties. 
  2632.     Requires Emacs 19.16 or later.
  2633.  
  2634. Sat Jul 17 01:58:36 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2635.  
  2636.     * term/x-win.el: Include (invocation-name) in the error messages
  2637.     which might occur during startup.
  2638.  
  2639.     * shell.el (shell-process-pushd): Fix syntax error in
  2640.     condition-case.
  2641.  
  2642. Fri Jul 16 20:16:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2643.  
  2644.     * menu-bar.el (revert-buffer): Make menu-enable form more accurate
  2645.     using revert-buffer-function and verify-visited-file-modtime.
  2646.     (menu-bar-help-menu): Put back under global-map.
  2647.     (menu-bar-final-items): Set it.
  2648.  
  2649.     * mh-e.el (mh-yank-hooks): Use (mark t).
  2650.     (mh-new-draft-name): Likewise.
  2651.  
  2652. Fri Jul 16 16:30:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2653.  
  2654.     * comint.el (comint-{next,prev}-prompt, comint-send-eof): New defuns.
  2655.     (comint-mode-map): Bind C-c C-n, C-c C-p, and C-c C-d to those.
  2656.     Bind C-c C-y to comint-previous-input, for compatibility with v18
  2657.     shell.el.
  2658.  
  2659. Fri Jul 16 15:53:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2660.  
  2661.     * advice.el (ad-start-advice-on-load): Initialize to t.
  2662.  
  2663. Fri Jul 16 04:45:14 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2664.  
  2665.     * term/x-win.el: Make the `-rn NAME' option specify a resource
  2666.     name, as documented, and not a resource database string.  Make
  2667.     `-name NAME' act like `-rn NAME' and also set the name of the
  2668.     initial frame.
  2669.     (command-switch-alist): Process the `-rn' and `-name' options
  2670.     using the x-handle-name-rn-switch function.
  2671.     (x-handle-name-rn-switch): New function, which sets the
  2672.     x-resource-name variable.
  2673.     (opening connection): Make sure x-resource-name is valid.  If it's
  2674.     not a string, set it to (invocation-name), with any periods or
  2675.     asterisks changed to hyphens.
  2676.  
  2677.     * term/x-win.el: Make the `-xrm STRING' option specify a resource
  2678.     database string.  `-rn' used to behave this way.
  2679.     (command-switch-alist): Process the `-xrm' switch using
  2680.     x-handle-xrm-switch.
  2681.     (x-handle-xrm-switch): Renamed from x-handle-rn-switch; this
  2682.     function does the right thing for `-xrm', not for `-rn'.
  2683.  
  2684. Fri Jul 16 00:11:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2685.  
  2686.     * sendmail.el (mail-bury): If selected frame is dedicated,
  2687.     and there are other visible frames, delete this frame.
  2688.  
  2689.     * rmail.el (rmail-mail-new-frame): New variable.
  2690.     (rmail-start-mail): New function.
  2691.     (rmail-mail, rmail-continue, rmail-reply, rmail-forward)
  2692.     (rmail-retry-failure): Use rmail-start-mail.
  2693.  
  2694. Thu Jul 15 01:29:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2695.  
  2696.     * faces.el (face-equal): Don't mess with face-background-pixmap.
  2697.  
  2698.     * ispell.el (ispell-menu-map): Add missing quote in defalias.
  2699.     (ispell-window-configuration): Initialize to nil.
  2700.  
  2701.     * vc-hooks.el (vc-rcs-status): Make work buffer's name start w/ space.
  2702.  
  2703.     * simple.el (completion-setup-function): Insert the mouse help message
  2704.     only if non-nil `window-system'.
  2705.  
  2706.     * paren.el: Enable the hook only if window-system.
  2707.     Clear blink-paren-function at the same time.
  2708.     (show-paren-command-hook): If after a closeparen,
  2709.     highlight that closeparen as well as matching open.
  2710.     Use a different color for a mismatch, if color screen.
  2711.  
  2712. Thu Jul 15 01:07:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2713.  
  2714.     * assoc.el (asort): First argument should be named alist-symbol,
  2715.     not assoc-symbol.
  2716.  
  2717. Wed Jul 14 23:52:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2718.  
  2719.     * server.el (server-done): Let save-buffer make the backup,
  2720.     so that make-backup-files remains effective.
  2721.  
  2722.     * loaddefs.el: Delete C-x a C-h binding.
  2723.  
  2724.     * menu-bar.el (help-menu-bar-map): Put the Help item in this map.
  2725.  
  2726. Wed Jul 14 23:46:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2727.  
  2728.     * isearch.el (isearch-edit-string): Bind isearch-nonincremental to
  2729.     its own value, not to nil.
  2730.  
  2731. Wed Jul 14 23:35:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2732.  
  2733.     * hippie-exp.el: Renamed from hippie.el.
  2734.  
  2735. Wed Jul 14 23:08:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2736.  
  2737.     * compile.el (compilation-parse-errors): After skipping two lines,
  2738.     move one char back so point is before the newline.
  2739.  
  2740. Wed Jul 14 21:55:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2741.  
  2742.     * gud.el (gud-debugger-startup): Replaced with gud-massage-args.
  2743.     (gud-{gdb,sdb,xdb}-debugger-startup): Replaced with gud-*-massage-args.
  2744.     (gdb, sdb, xdb): Argument is command line, not args for it.  Remove
  2745.     debugger name from prompt and put it in the default input instead.
  2746.     Overload gud-massage-args instead of gud-debugger-startup.
  2747.     (gud-chop-words): New function; subr for gud-common-init.
  2748.     (gud-common-init): Argument is command line, not args for it.
  2749.     Rewritten to use gud-chop-words instead of temp buffer and kludge
  2750.     involving read.  Find the program name as the first word of the
  2751.     command line.  Use make-comint and gud-massage-args in place of
  2752.     gud-debugger-startup. 
  2753.     Expand the file name before passing it to gud-massage-args.
  2754.  
  2755. Wed Jul 14 19:38:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2756.  
  2757.     * spook.el (snarf-spooks): Restore function.
  2758.  
  2759.     * cookie1.el (cookie-cache): New defvar.
  2760.     (cookie-snarf): Cache cookies in cookie-cache, not in obarray (idiot).
  2761.     Also store the modtime and punt the cache when it changes.
  2762.  
  2763. Wed Jul 14 19:14:37 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2764.  
  2765.     Changes from Anders Holst, to bring hippie-expand up to version 1.2:
  2766.     * hippie-exp.el (hippie-expand-max-buffers): New variable.
  2767.     (try-expand-line-all-buffers, try-expand-list-all-buffers,
  2768.     try-expand-dabbrev-all-buffers): Use it.
  2769.     (try-expand-list, try-expand-list-all-buffers): New functions.
  2770.     (he-string-beg, he-string-end, he-search-loc): These values are
  2771.     now markers, not integers.  Uses changed.
  2772.     (he-reset-string, he-substitute-string): Use a marker to preserve
  2773.     the old position of point.
  2774.     (try-expand-all-abbrevs): handle case the same way as the
  2775.         usual expand-abbrev (which is not a very good way, but for
  2776.         consistency...). 
  2777.     (he-dabbrev-beg): Use `skip-syntax' instead of `skip-chars', to
  2778.         adjust its behavior to different modes.
  2779.     (hippie-expand): Don't messages which try function it is using,
  2780.         when the expansion itself is done in the minibuffer (it was very
  2781.         annoying to have the message obscuring the expansion).
  2782.     (try-complete-file-name, try-complete-file-name-partially,
  2783.     try-complete-lisp-symbol, try-complete-lisp-symbol-partially,
  2784.     try-expand-line, try-expand-line-all-buffers,
  2785.     try-expand-all-abbrevs, try-expand-dabbrev,
  2786.     try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the
  2787.     epansion, when no expansion is done (caused the buffer to be
  2788.     marked as changed, although nothing was done, among other things).
  2789.     (he-reset-string): Undoing of last expansion at a later occasion, now
  2790.         undoes correctly (before, it garbled things up).
  2791.     (make-hippie-expand-function): now uses "(function ...)" 
  2792.         instead of "'" (matters for compilation).
  2793.     (try-expand-line, try-expand-line-all-buffers,
  2794.     he-line-search-regexp): uses `comint-prompt-regexp' instead of
  2795.     `shell-prompt-pattern', to strip off prompt in process buffers.
  2796.  
  2797. Wed Jul 14 16:56:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2798.  
  2799.     * autoload.el (generate-file-autoloads):
  2800.     Fix FILE truename hacking to substring
  2801.     SOURCE-TRUENAME instead of FILE.
  2802.  
  2803. Tue Jul 13 01:51:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2804.  
  2805.     * faces.el (copy-face): New arg NEW-FRAME.
  2806.     (list-faces-display): New command.
  2807.  
  2808.     * simple.el (completion-mode): New major mode.
  2809.     (completion-setup-function): New function.
  2810.     Add it to completion-setup-hook.
  2811.  
  2812.     * mouse.el (mouse-choose-completion): New function.
  2813.  
  2814.     * dunnet.el: Many functions and variables renamed.
  2815.  
  2816.     * sendmail.el (mail-bury): New function.
  2817.     (mail-send-and-exit): Call mail-bury.
  2818.     (mail-dont-send): New command, with menu bar binding.
  2819.  
  2820.     * compare-w.el (compare-windows-skip-whitespace): New function.
  2821.     (compare-windows): Use that.
  2822.     (compare-windows-whitespace): Value is now regexp.
  2823.  
  2824.     * rmail.el (rmail-insert-inbox-text): If inbox is not in the
  2825.     spool dir, try copying before renaming.
  2826.  
  2827. Tue Jul 13 00:38:53 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2828.  
  2829.     * shell.el (shell-prompt-pattern): Don't match more than one line.
  2830.     Doc fix.
  2831.  
  2832.     * bytecomp.el (byte-compile-from-buffer): Bind float-output-format
  2833.     to "%.20e", not "%20e"; the latter is always ignored, since it
  2834.     doesn't have a decimal point after the percent sign.
  2835.  
  2836. Mon Jul 12 23:17:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2837.  
  2838.     * autoload.el (generate-file-autoloads): Correctly detect when the
  2839.     buffer receiving the autoload forms is in a parent of or the same
  2840.     directory as FILE, even in the presence of symlinks.
  2841.  
  2842. Mon Jul 12 23:57:14 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2843.  
  2844.     * subr.el (define-key-after): Error if KEY has two elements.
  2845.  
  2846.     * dired.el (dired-mode-map): Add menu bar items.
  2847.  
  2848. Mon Jul 12 23:17:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2849.  
  2850.     * autoload.el (generate-file-autoloads): Correctly detect when the
  2851.     buffer receiving the autoload forms is in a parent of or the same
  2852.     directory as FILE.
  2853.  
  2854. Mon Jul 12 16:44:47 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2855.  
  2856.     * ange-ftp.el: Install the correct regexp in
  2857.     file-name-handler-alist.
  2858.  
  2859.     * term/x-win.el: Recognize affirmative values for reverseVideo
  2860.     properly.  Include "on" in the list of recognized values.
  2861.  
  2862. Mon Jul 12 15:11:55 1993  Paul Eggert  (eggert@twinsun.com)
  2863.  
  2864.     * vc-hooks.el (vc-rcs-status): Include head version number
  2865.     in mode line if there are no locks.
  2866.  
  2867. Mon Jul 12 14:36:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2868.  
  2869.     * menu-bar.el (menu-bar-file-menu): Add menu item for dired.
  2870.  
  2871.     * menu-bar.el (ispell-menu-map): New autoload definition.
  2872.     (menu-bar-edit-menu): Add "Spell" item.
  2873.     * ispell.el (ispell-menu-map): New keymap--both fn and var.
  2874.  
  2875.     * loaddefs.el (mode-line-buffer-identification): Doc fix.
  2876.  
  2877. Sat Jul 10 23:28:50 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2878.  
  2879.     * calendar.el (calendar-holidays): Don't autoload this; its value
  2880.     must be set after the user's .emacs file is loaded.
  2881.  
  2882. Sat Jul 10 01:15:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2883.  
  2884.     * paren.el (show-paren-command-hook): Do nothing if not window-system.
  2885.  
  2886. Fri Jul  9 00:04:12 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2887.  
  2888.     * rmailout.el (rmail-output): If file is an Rmail file,
  2889.     use rmail-output-to-rmail-file.
  2890.     (rmail-output-to-rmail-file): If file exists
  2891.     and is not an Rmail file, use rmail-output.
  2892.     If we find an element in rmail-output-file-alist, eval it.
  2893.     (rmail-file-p): New function.
  2894.     (rmail-output-file-alist): Now contains expressions to eval.
  2895.  
  2896.     * font-lock.el: New file.
  2897.  
  2898.     * bytecomp.el (byte-compile-setq-default):
  2899.     Generate a progn of calls to set-default, then compile it.
  2900.  
  2901.     * menu-bar.el (mouse-menu-bar-buffers):
  2902.     Don't lose if all buffer names are short.
  2903.  
  2904.     * dunnet.el: New file.
  2905.  
  2906. Thu Jul  8 19:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2907.  
  2908.     * loaddefs.el (global-map): Bind M-next to scroll-other-window.
  2909.  
  2910.     * compile.el (compilation-error-regexp-alist):
  2911.     Broaden ``Line N of "FILE": msg'' regexp
  2912.     to also match Ultrix f77: ``Error on line N of FILE: msg''.
  2913.  
  2914. Thu Jul  8 18:42:14 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2915.  
  2916.     * Make everything that deactivates the mark do it consistently.
  2917.     * simple.el (deactivate-mark): New function.
  2918.     (kill-ring-save, pop-mark, keyboard-quit): Call it.
  2919.     * ispell.el (ispell):
  2920.     Call deactivate-mark instead of setting mark-active directly.  Do
  2921.     this regardless of transient-mark-mode.
  2922.     * isearch.el (isearch-done):
  2923.     Call deactivate-mark instead of setting mark-active
  2924.     directly.  Do this regardless of transient-mark-mode.
  2925.  
  2926. Thu Jul  8 20:51:51 1993  Richard Stallman  (rms@churchy.gnu.ai.mit.edu)
  2927.  
  2928.     * files.el (basic-save-buffer): Use after-save-hook.
  2929.  
  2930. Thu Jul  8 17:46:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2931.  
  2932.     * simple.el: Put error-conditions and error-message properties on
  2933.     'mark-inactive.
  2934.     (mark): Signal 'mark-inactive instead of using error with a message.
  2935.  
  2936. Thu Jul  8 17:14:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2937.  
  2938.     * mailabbrev.el (mail-abbrev-end-of-buffer): Fix interactive spec
  2939.     to "P", same as end-of-buffer.
  2940.  
  2941. Thu Jul  8 15:06:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2942.  
  2943.     * hanoi.el: Add (provide 'hanoi).
  2944.  
  2945. Wed Jul  7 18:19:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2946.  
  2947.     * files.el (file-relative-name): If we use default-directory,
  2948.     call expand-file-name anyway.
  2949.  
  2950.     * texnfo-upd.el (texinfo-update-node): Bind auto-fill-hook
  2951.     as well as auto-fill-function.
  2952.     (texinfo-sequential-node-update): Likewise.
  2953.  
  2954. Wed Jul  7 09:25:37 1993  Robert J. Chassell  (bob at grackle)
  2955.  
  2956.         * texnfo-upd.el: Fix typo re `texinfo-sequential-node-update.'
  2957.         Ensure that no commands depend on the value of
  2958.         case-fold-search.
  2959.     Rewrite messages.  Avoid using `mark-whole-buffer'.
  2960.  
  2961.     (texinfo-start-menu-description):
  2962.         New function to insert title as description in a menu. 
  2963.         (texinfo-make-menu-list): Remove automatic title insertion.
  2964.     (texinfo-master-menu): Error message if file
  2965.         contains too few nodes for a master menu.
  2966.     Handle the case where no master menu was inserted.
  2967.         (texinfo-insert-master-menu-list): Only attempt to insert detailed
  2968.         master menu if there is one.
  2969.         Insert a master menu only after `Top' node and before next node.
  2970.  
  2971.         (texinfo-check-for-node-name): Offer section title as prompt.
  2972.         (texinfo-copy-next-section-title): Copy title correctly.
  2973.     Handle failure to find @node.
  2974.         (texinfo-copy-menu): Error message if menu empty.
  2975.         (texinfo-pointer-name):  Find only those
  2976.         section commands that are accompanied by `@node' lines.
  2977.         (texinfo-section-types-regexp): Look for subh and subs, not just sub.
  2978.         (texinfo-make-one-menu): Copy node-name correctly for message.
  2979.         (texinfo-copy-menu-title): Copy title as it
  2980.         should rather than node line.
  2981.  
  2982.         (texinfo-find-higher-level-node): Stop search at limit.
  2983.     Special handling for `top' and `chapter' levels.
  2984.         (texinfo-copy-menu-title): Rewrite to handle outer include files.
  2985.         (texinfo-multi-file-update): Update all nodes properly (and sooner);
  2986.         rewrite doc string and interactive. Copy title properly.
  2987.         (texinfo-all-menus-update): Fixed typo that
  2988.         caused the function to create a master menu when it shouldn't.
  2989.         Update pre-existing master menu, if there is one.
  2990.  
  2991.     (texinfo-incorporate-descriptions): Use a regexp search to look for 
  2992.     both kinds of menu item.
  2993.     (texinfo-menu-indent-description): Likewise.
  2994.     (texinfo-incorporate-menu-entry-names): New function.
  2995.     (texinfo-insert-menu): Handle both kinds of menu item.
  2996.      (texinfo-multi-files-insert-main-menu): Likewise.
  2997.     (texinfo-update-node): Pass t as second arg to push-mark.
  2998.     (texinfo-sequential-node-update): Likewise.
  2999.     (texinfo-insert-node-lines): Bind `title' at a higher level.
  3000.     Don't find previous @node if it's close.
  3001.     Take region to process as arguments.
  3002.     (texinfo-multiple-files-update): Handle prefix arg better within
  3003.     `interactive'.  Canonicalize the blank lines.
  3004.  
  3005. Wed Jul  7 16:13:57 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3006.  
  3007.     * autoload.el (update-file-autoloads):
  3008.     Correctly do nothing when there are no cookies.
  3009.  
  3010. Wed Jul  7 15:58:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3011.  
  3012.     * menu-bar.el (mouse-menu-choose-yank):
  3013.     Change menu title to "Choose Next Yank".
  3014.  
  3015. Wed Jul  7 03:19:41 1993  Paul Eggert  (eggert@twinsun.com)
  3016.  
  3017.     * vc-hooks.el (vc-rcs-status): Removed unused variable `status'.
  3018.  
  3019.     * rmail.el (rmail-resend): Use RFC 822 style date in Resent-Date: line.
  3020.     * sendmail.el (mail-do-fcc): Likewise, for appending Date: lines to
  3021.     RMAIL mode buffers.  Use new `mail-rfc822-time-zone' function
  3022.     to simplify pinhead generation.
  3023.     * mail-utils.el (mail-rfc822-time-zone, mail-rfc822-date): New fns.
  3024.  
  3025. Wed Jul  7 02:26:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3026.  
  3027.     * files.el (cd-absolute): Use abbreviate-file-name on expansion of DIR.
  3028.  
  3029.     * gud.el: Add (provide 'gud).
  3030.  
  3031.     * files.el (basic-save-buffer):
  3032.     Invoke after-save-hook, not after-save-hooks.
  3033.  
  3034.     * time.el (display-time-file-nonempty-p): Use file-chase-links.
  3035.  
  3036.     * bytecomp.el (byte-compile-setq-default): Handle multiple pairs
  3037.     args like setq (as the setq-default subr does).
  3038.  
  3039.     * autoload.el: Doc fix.
  3040.  
  3041. Tue Jul  6 18:07:14 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3042.  
  3043.     * rmail.el (rmail-variables): Compare truename as well as given name
  3044.     against rmail-file-name.
  3045.  
  3046.     * man.el (Man-mode-line-format): Add a space after global-mode-string.
  3047.  
  3048. Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3049.  
  3050.     * Version 19.16 released.
  3051.  
  3052. Tue Jul  6 01:21:37 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3053.  
  3054.     * vc.el (vc-start-entry): Don't call file-name-nondirectory on
  3055.     FILE before passing it to vc-mode-line.  Everyplace else passes
  3056.     vc-mode-line full filenames, and vc-mode-line now needs the real
  3057.     file name to decide which version-control system the file is under.
  3058.  
  3059.     * man.el (Man-build-man-command): Don't leave a pipe symbol at the
  3060.     end of the command list if Man-filter-list is nil.
  3061.     (Man-default-man-args): Don't write out assq and mapconcat.
  3062.     (Man-default-man-entry): Don't default to section 2 for C-mode.
  3063.     Call Man-default-man-args, and let people use
  3064.     Man-auto-section-alist if this is what they want.
  3065.     (manual-entry): Call Man-translate-references, instead of writing
  3066.     it out.
  3067.     (Man-getpage-in-background): Don't apply Man-default-man-args
  3068.     here; manual-entry has already run it, and
  3069.     Man-follow-manual-reference provides the sections itself.
  3070.  
  3071. Mon Jul  5 00:43:20 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3072.  
  3073.     * map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
  3074.     save it until we're done asking questions, and then unread it.
  3075.  
  3076. Mon Jul  5 03:20:12 1993  Paul Eggert  (eggert@twinsun.com)
  3077.  
  3078.     * vc.el (vc-name): Move to vc-hooks.el.
  3079.     * vc-hooks.el (vc-name): Moved from vc.el; vc-rcs-status now uses it.
  3080.     (vc-name, vc-backend-deduce): Set both vc-name and vc-backend
  3081.     properties, to avoid calling vc-registered unnecessarily when
  3082.     the other property is needed.
  3083.     (vc-rcs-status): Yield only status of locks; do not try to yield " REV"
  3084.     if there are no locks, since this cannot be done easily if there are
  3085.     branches.  Use vc-name instead of duplicating its function incorrectly.
  3086.     Fix off-by-one bug when inserting master header pieces.  Read headers
  3087.     8192 bytes at a time instead of 100.  Don't bother to expand-file-name.
  3088.     (vc-rcs-glean-field): Removed.
  3089.  
  3090. Sun Jul  4 17:29:43 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3091.  
  3092.     * outline.el (outline-mode-map): Add menu bar items.
  3093.     (outline-minor-mode-map): Copy menu bar submap from outline-mode-map.
  3094.  
  3095.     * help.el (describe-key-briefly): Don't set `foo'.
  3096.  
  3097. Sun Jul  4 17:01:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  3098.  
  3099.     * subr.el (posn-point): Properly extract the BUFFER-POSITION field
  3100.     of an event when read-key-sequence has placed it in a singleton
  3101.     list.
  3102.  
  3103.     * comint.el (comint-prompt-regexp): Double the backslashes in the
  3104.     sample prompt regexps, so that they print properly when unquoted.
  3105.  
  3106. Sun Jul  4 18:54:59 1993  Paul Eggert  (eggert@twinsun.com)
  3107.  
  3108.     * vc.el (vc-backend-diff): Undo "-q" change.  This was fixed
  3109.     instead by adding -q support to vcdiff.
  3110.  
  3111. Sun Jul  4 13:55:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3112.  
  3113.     * help.el (describe-prefix-bindings): New command.
  3114.     (prefix-help-command): Set it.
  3115.  
  3116.     * hexl.el: Added a keyword.
  3117.  
  3118. Sun Jul  4 12:46:27 1993  Johan Vromans  (jv@mh.nl)
  3119.  
  3120.     * forms.el (forms-new-record-filter): Correct default value.
  3121.     (forms-modified-record-filter): Correct default value.
  3122.  
  3123. Sun Jul  4 00:53:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3124.  
  3125.     * paren.el (show-paren-command-hook): Add message for paren mismatch.
  3126.  
  3127.     * vc-hooks.el (vc-mode-line): Put `RCS' or `SCCS' before version num.
  3128.  
  3129. Sat Jul  3 21:44:54 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  3130.  
  3131.     * faces.el (make-face-bold, make-face-italic,
  3132.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  3133.     Properly pass noerror argument to recursive calls.
  3134.  
  3135.     * frame.el (frame-remove-geometry-params): New function.
  3136.     (frame-initialize): Call it, instead of writing it out.
  3137.  
  3138. Sat Jul  3 15:03:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3139.  
  3140.     * simple.el (kill-region): Cope with change hooks that change props.
  3141.  
  3142. Sat Jul  3 06:15:43 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  3143.  
  3144.         * term/x-win.el: Check the reverseVideo/ReverseVideo resource,
  3145.     correctly distinguish between "on" and "off" values, and put a
  3146.     parameter in default-frame-alist.
  3147.     * frame.el (frame-initialize): Don't call x-get-resource here.
  3148.  
  3149. Sat Jul  3 03:22:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3150.  
  3151.     * autoload.el (update-file-autoloads):
  3152.     Do nothing when there are no cookies.
  3153.  
  3154. Fri Jul  2 18:55:23 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  3155.  
  3156.     * mouse.el (mouse-drag-region): Correctly handle drags which enter
  3157.     other frames.
  3158.  
  3159. Fri Jul  2 17:28:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3160.  
  3161.     * vc.el (vc-path): New variable.
  3162.     (vc-do-command): Use vc-path.
  3163.  
  3164.     * menu-bar.el (menu-bar-edit-menu): Rename menu item to
  3165.     Choose Next Paste.  Create this item along with all the others.
  3166.  
  3167.     * isearch.el (isearch-other-meta-char): Handle sequences
  3168.     containing mouse clicks in scroll-bar that used another buffer's map.
  3169.  
  3170. Fri Jul  2 16:06:38 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  3171.  
  3172.     * vc.el (vc-backend-diff): Pass the "-q" flag only if we're using
  3173.     rcsdiff.
  3174.  
  3175. Fri Jul  2 14:31:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3176.  
  3177.     * menu-bar.el: Put mouse-menu-choose-yank binding after
  3178.     paste=>yank binding in menu-bar-edit-menu.
  3179.  
  3180. Fri Jul  2 13:32:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3181.  
  3182.     * bytecomp.el (byte-compile-keep-pending): Handle fset like defalias.
  3183.     (byte-compile-file-form-defmumble): Fix backward if in prev change.
  3184.  
  3185. Thu Jul  1 20:14:44 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  3186.  
  3187.     * dired-aux.el (dired-diff): Work even when the mark is inactive.
  3188.  
  3189. Thu Jul  1 18:10:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3190.  
  3191.     * sendmail.el (mail-send): Don't test buffer-modified-p
  3192.     if buffer is visiting a file.
  3193.  
  3194.     * bytecomp.el (byte-compile-file-form-defmumble):
  3195.     If byte-compile-compatibility, use fset, not defalias.
  3196.  
  3197. Thu Jul  1 16:33:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  3198.  
  3199.     * simple.el: Add bindings to function-key-map so that the keypad
  3200.     keys act like ordinary self-insertion keys, unless explicitly bound.
  3201.  
  3202. Thu Jul  1 14:39:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3203.  
  3204.     * mailabbrev.el (build-mail-abbrevs): Do substitute-in-file-name
  3205.     on the abbrev, for `source'.
  3206.  
  3207.     * files.el (set-visited-file-name): Rename the old auto save file.
  3208.  
  3209. Thu Jun 30 23:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3210.  
  3211.     * menu-bar.el (mouse-menu-choose-yank):
  3212.     Just return when x-popup-menu returns nil.
  3213.     Add menu-enable property to this function.
  3214.  
  3215. Wed Jun 30 17:50:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3216.  
  3217.     * compile.el (compile-abbreviate-directory): New function.
  3218.     (compilation-parse-errors): Use that, to visit files with a dirname
  3219.     more like the one the user specified.
  3220.  
  3221. Wed Jun 30 15:38:53 1993  Johan Vromans  (jv@mh.nl)
  3222.  
  3223.     * forms.el: Add e-mail address and version info.
  3224.     Adjust commentary and doc strings.
  3225.     (forms-mode): Add ###autoload.
  3226.     (forms-find-file): Add ###autoload.
  3227.     (forms-find-file-other-window):    Add ###autoload.
  3228.  
  3229. Wed Jun 30 21:35:59 1993  Paul Eggert  (eggert@twinsun.com)
  3230.  
  3231.     * vc.el (vc-update-change-log): Ensure that file names inserted
  3232.     into a ChangeLog are relative to that ChangeLog.
  3233.  
  3234. Wed Jun 30 12:43:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3235.  
  3236.     * simple.el (mark-even-if-inactive): New variable.
  3237.     (mark): Test it.
  3238.  
  3239.     * rmail.el: Doc fixes.
  3240.  
  3241. Wed Jun 30 00:29:08 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3242.  
  3243.     * gud.el: Add history lists to the debugging commands, so we don't
  3244.     have to retype the filename every invocation.
  3245.     (gud-gdb-history, gud-sdb-history, gud-dbx-history,
  3246.     gud-xdb-history): New variables.
  3247.     (gdb, sdb, dbx, xdb): Use them when reading the argument string.
  3248.  
  3249.     * mouse.el (mouse-drag-region-1): Commented out.
  3250.     (mouse-drag-region): Commented out, and replaced with new version,
  3251.     which highlights the region as we drag.
  3252.     (mouse-scroll-delay, mouse-drag-overlay): New variables.
  3253.     (mouse-scroll-subr): New function.
  3254.  
  3255.     * sun-fns.el, sun-curs.el: Move these to lisp/term, to be with
  3256.     sun-mouse.el.
  3257.  
  3258. Tue Jun 29 19:00:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3259.  
  3260.     * faces.el (global-face-data): Doc fix.
  3261.  
  3262.     * gnus.el (gnus-newsrc-to-gnus-format): Correct regexp which
  3263.     matches .newsrc lines not to match more than one line.
  3264.  
  3265. Tue Jun 29 13:05:15 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3266.  
  3267.     * ls-lisp.el (insert-directory): Doc fix.
  3268.     (ls-lisp-format): Provide user name when known.
  3269.     On ms-dos, provide a name for the group, to be prettier.
  3270.  
  3271. Mon Jun 28 00:47:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3272.  
  3273.     * subr.el (define-key-after): Delete duplicate bindings that come
  3274.     after the new one.  Do insert when we reach the end, if haven't before.
  3275.  
  3276.     * paren.el: New file.
  3277.  
  3278.     * faces.el (face-initialize): Create `underline' face.
  3279.     (x-initialize-frame-faces): Set up `underline' face.
  3280.  
  3281.     * faces.el (x-initialize-frame-faces): Check x-display-color-p
  3282.     and x-display-planes to decide whether to try using colors or gray.
  3283.  
  3284.     * man.el (Man-auto-section-alist): Default value nil.
  3285.     (Man-getpage-in-background): Call Man-default-man-args.
  3286.     (Man-filter-list): Don't discard overstrike here.
  3287.     (Man-set-fonts): New function.
  3288.     (Man-bgproc-sentinel): Call Man-set-fonts.
  3289.     (Man-version-number): Var deleted.
  3290.     (Man-version): Command and binding deleted.
  3291.     (Man-mode): Use Manual, not Man, as official mode name.
  3292.  
  3293.     * solar.el: Doc fixes.
  3294.  
  3295.     * c-mode.el (c-forward-conditional): New function.
  3296.     (c-up-conditional): Use c-forward-conditional.
  3297.     (c-backward-conditional): New function.
  3298.     (c-mode-map): Make bindings for them.
  3299.  
  3300. Sun Jun 27 20:56:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3301.  
  3302.     * vc.el (vc-update-change-log): Restore previous default-directory
  3303.     for running rcs2log.
  3304.  
  3305. Sat Jun 26 00:18:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3306.  
  3307.     * subr.el (define-key-after): New function.
  3308.  
  3309. Fri Jun 25 13:58:52 1993  Barry A. Warsaw  (warsaw@anthem.nlm.nih.gov)
  3310.  
  3311.     * reporter.el (reporter-submit-bug-report): Rename local var curbuf
  3312.     to reporter-eval-buffer.
  3313.     (reporter-dump-variable): Eval varsym in reporter-eval-buffer.
  3314.  
  3315.     * c++-mode.el (c++-fast-backward-syntactic-ws-2)
  3316.     (c++-fast-backward-syntactic-ws-1): Change the proper syntax table
  3317.     depending on whether we are editing C or C++ code.
  3318.  
  3319.     * c++-mode.el (c++-indent-exp): When computing offset for open-brace
  3320.     line, check not at class top level before adding c-indent-level.
  3321.     Fix bug handling member init lists.
  3322.     Fix case where comments follow a continued statement.
  3323.     Fix handling of c-brace-offset < 0.
  3324.  
  3325.     * c++-mode.el (c++-calculate-indent):
  3326.     Fixed indentation when base class declaration is on a separate line
  3327.     then the derived class intro header.
  3328.     Don't skip up past compound statement if we're in a member init list.
  3329.  
  3330.     * c++-mode.el (c++-indent-line): Clean up adjustment
  3331.     of block closing braces.  Handle a list as value of
  3332.     c++-block-close-brace-offset.
  3333.  
  3334.     * c++-mode.el (c++-indent-exp): Use c-continued-statement-offset
  3335.     instead of c-indent-level to indent comma separated arg decl lists.
  3336.  
  3337.     * c++-mode.el (c++-fast-backward-syntactic-ws-2): Simplify for
  3338.     new forward-comment semantics.
  3339.  
  3340.     * c++-mode.el (c++-calculate-indent): Change if's to cond in CASE3.
  3341.     Require colon when looking for `case' or `default'.
  3342.     Use c++-compound-offset.
  3343.     (c++-compound-offset): New function.
  3344.     Distinguish statement continuation from enum and initializer lists.
  3345.  
  3346. Fri Jun 25 18:30:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3347.  
  3348.     * vc-hooks.el (vc-rcs-status): New variable.
  3349.     (vc-mode-line): Display the lock status and head version.
  3350.     (vc-rcs-status, vc-rcs-glean-field): New function.
  3351.  
  3352.     * menu-bar.el (mouse-menu-bar-buffers): Include % and * in each item.
  3353.     Calculate amount of space needed for longest buffer name.
  3354.     * mouse.el (mouse-buffer-menu): Likewise.
  3355.  
  3356. Fri Jun 25 18:01:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3357.  
  3358.     * add-log.el (find-change-log): Try get-file-buffer before
  3359.     file-exists-p.
  3360.  
  3361. Fri Jun 25 17:30:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3362.  
  3363.     * vc.el (vc-diff): If `diff' gives empty output, return nil.
  3364.  
  3365. Wed Jun 23 21:45:19 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3366.  
  3367.     * ange-ftp.el: Loosen file-name-handler-alist regexp so we can do
  3368.     host name completion.
  3369.  
  3370.     * hexl.el (hexl-in-save-buffer): New flag.
  3371.     (hexl-save-buffer): Prevent infinite recursion.
  3372.  
  3373. Tue Jun 22 04:11:33 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3374.  
  3375.     * term/x-win.el (command-switch-alist): "-ib" takes a numeric
  3376.     argument; use x-handle-numeric-switch for it.
  3377.  
  3378.     * replace.el (query-replace-map): Fix typo in binding for [return].
  3379.  
  3380. Tue Jun 22 00:23:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3381.  
  3382.     * rmailsort.el: Don't touch rmail-summary-mode-map.
  3383.     Don't touch rmail-mode-map.  Don't require rmail or sort.
  3384.     (rmail-summary-sort-...): Moved to rmailsum.el.
  3385.     (rmail-sort-from-summary): Likewise.
  3386.  
  3387.     * rmail.el: Add autoloads for rmailsort commands.
  3388.     (rmail-mode-map): Add bindings for those commands.
  3389.  
  3390.     * rmailsum.el (rmail-summary-mode-map): Bind summary sort commands.
  3391.     (rmail-summary-sort-...): Moved from rmailsort.el.
  3392.     (rmail-sort-from-summary): Likewise.  Require rmailsort.
  3393.  
  3394. Mon Jun 21 22:01:23 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3395.  
  3396.     * compile.el (compile-file-of-error): Remember that
  3397.     compilation-error-list stores file names as strings, not as (DIR .
  3398.     FILE) pairs.
  3399.  
  3400.     * diff.el (diff-parse-differences): Preserve the match data
  3401.     across the call to find-file-noselect.
  3402.  
  3403.     * subr.el (event-end): Modified to account for multi-click events.
  3404.  
  3405. Mon Jun 21 01:53:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3406.  
  3407.     * rmail.el (rmail-mode-map): Add local menu bar bindings.
  3408.     (rmail-search-backward): New command.
  3409.     (rmail-mode): Move to the last message.
  3410.  
  3411.     * rmailsum.el (rmail-summary-mode-map): Add local menu bar bindings.
  3412.     (rmail-summary-search-backward): New command.
  3413.     (rmail-summary-search): Don't use save-excursion.
  3414.  
  3415.     * sendmail.el (mail-mode-map): Add local menu bar bindings.
  3416.  
  3417.     * texinfo.el: Set up autoloads for files `makeinfo' and `texnfo-upd'.
  3418.     (texinfo-delete-from-print-queue-command): New var.
  3419.     (texinfo-tex-trailer): New var.
  3420.     (texinfo-tex-region): Use that.
  3421.     (texinfo-tex-buffer): Rewritten; use the actual source file.
  3422.     Binding is now C-c C-t C-b.
  3423.     (texinfo-texindex): Turned back on.
  3424.     (texinfo-quit-job): New command, with binding.
  3425.     (texinfo-delete-from-print-queue): Likewise.
  3426.     (texinfo-show-structure): Indent each line according to depth.
  3427.     Require texnfo-upd.
  3428.     (texinfo-section-types-regexp): Var deleted.
  3429.     (texinfo-insert-@-with-arg): New function.
  3430.     (texinfo-insert-@var, etc.): Use that.
  3431.     (texinfo-insert-@end): New command, now on C-c C-c e.
  3432.     (texinfo-insert-@end-example): Deleted.
  3433.     (texinfo-insert-@table): New command, on C-c C-c t.
  3434.     (texinfo-start-menu-description): New command, on C-c C-c C-d.
  3435.     (texinfo-mode): No longer set tex-trailer.
  3436.     Make the @node for the top node start a page.
  3437.     Use shorter values for tex-end-of-header and tex-start-of-header.
  3438.     (texinfo-mode-map): Add bindings for makeinfo-buffer, etc.
  3439.     Delete bindings for texinfo-format-buffer/region.
  3440.     (texinfo-define-common-keys): New function.
  3441.  
  3442.     * texinfmt.el: File deleted.
  3443.  
  3444.     * makeinfo.el: New file.
  3445.  
  3446.     * metamail.el: New file.
  3447.  
  3448.     * time-stamp.el: New file.
  3449.  
  3450. Sun Jun 20 20:44:36 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3451.  
  3452.     * add-log.el (add-log-current-defun): To find the name of the
  3453.     function being defined in emacs-lisp-mode, lisp-mode, and
  3454.     scheme-mode, skip an opening paren and an s-expression, instead of
  3455.     just one word.  This allows us to properly recognize things like
  3456.     define-key and define-macro.
  3457.  
  3458.     * replace.el (query-replace-map): Make RET exit query-replace,
  3459.     just like ESC.
  3460.  
  3461. Sun Jun 20 18:44:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3462.  
  3463.     * mh-e.el (mh-yank-cur-msg): Test mark-active.
  3464.  
  3465. Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3466.  
  3467.     * version 19.15 released.
  3468.  
  3469. Sat Jun 19 17:47:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3470.  
  3471.     * info.el (Info-insert-dir): Remove the call to recursive-edit.
  3472.  
  3473. Sat Jun 19 15:05:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3474.  
  3475.     * info.el (Info-insert-dir): Record file attributes of files used.
  3476.     Recompute the dir if they change.
  3477.  
  3478.     * files.el (insert-file): Report error if file is directory.
  3479.  
  3480. Fri Jun 18 21:43:43 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3481.  
  3482.     * man.el (Man-switches): New variable.
  3483.     (Man-build-man-command): Use it to build the man command.
  3484.     (Man-mode): Mention it in documentation.
  3485.  
  3486. Fri Jun 18 21:13:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3487.  
  3488.     * rmailout.el (rmail-output): Check file can be read before trying
  3489.     to read part of it.
  3490.  
  3491.     * ange-ftp.el (ange-ftp-insert-file-contents):
  3492.     Handle extra args BEG, END.
  3493.  
  3494. Fri Jun 18 19:25:02 1993  Johan Vromans  (jv@mh.nl)
  3495.  
  3496.     * forms.el: Delete local variables list.
  3497.     (forms-forms-scrolls): Deleted.
  3498.     (forms-forms-jumps): Deleted.
  3499.     (forms--change-commands): Use substitute-key-definition.
  3500.     (forms-mode): Call forms--change-commands later on.
  3501.  
  3502. Fri Jun 18 13:55:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3503.  
  3504.     * compile.el (compilation-error-regexp-alist): Generalize the
  3505.     Apollo/BSD4.3 regexp to handle IBM RS6k too.
  3506.  
  3507.     * mouse.el (mouse-secondary-save-then-kill): Don't switch windows.
  3508.     Just set-buffer, and put save-excursion around it.
  3509.     (mouse-set-secondary, mouse-start-secondary): Likewise.
  3510.     (mouse-drag-secondary): Switch windows and move point just temporarily.
  3511.  
  3512. Fri Jun 18 13:49:53 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3513.  
  3514.     * dired.el (dired-summary): dired-do-rename is on "R", not "r".
  3515.  
  3516. Fri Jun 18 10:14:45 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  3517.  
  3518.         * calendar.el (calendar-version): Update to 5.1.  Fixed a variety
  3519.         of spelling error in comments and doc strings.
  3520.         (calendar-sexp-debug): New variable to turn off error catching.
  3521.     (calendar-absolute-from-gregorian): Removed unused vars month, day.
  3522.         (view-calendar-holidays-initially, all-hebrew-calendar-holidays,
  3523.         all-christian-calendar-holidays, all-christian-islamic-holidays,
  3524.         diary-nonmarking-symbol, hebrew-diary-entry-symbol,
  3525.         islamic-diary-entry-symbol, diary-include-string,
  3526.         abbreviated-calendar-year, european-calendar-style,
  3527.         european-calendar-display-form, american-calendar-display-form,
  3528.         calendar-date-display-form, print-diary-entries-hook,
  3529.         list-diary-entries-hook, nongregorian-diary-listing-hook,
  3530.         nongregorian-diary-marking-hook, diary-list-include-blanks,
  3531.         holidays-in-diary-buffer, general-holidays,
  3532.         increment-calendar-month, calendar-sum, calendar-string-spread,
  3533.         calendar-absolute-from-iso, calendar-print-iso-date,
  3534.         hebrew-calendar-elapsed-days, list-yahrzeit-dates,
  3535.         calendar-print-astro-day-number): Fix doc strings.
  3536.         (calendar-nth-named-day): Rewritten to include optional day of month.
  3537.         (general-holidays, calendar-holidays, hebrew-holidays,
  3538.         christian-holidays, islamic-holidays,
  3539.         solar-holidays): Rewritten to include require of cal-dst.el and to
  3540.         show the time of the change to/from daylight savings time.
  3541.         (calendar-current-time-zone, calendar-time-zone,
  3542.         calendar-daylight-time-offset, calendar-standard-time-zone-name,
  3543.         calendar-daylight-time-zone-name, calendar-daylight-savings-starts,
  3544.         calendar-daylight-savings-ends,
  3545.         calendar-daylight-savings-switchover-time): Moved to cal-dst.el.
  3546.         (calendar-location-name, calendar-time-display-form, calendar-latitude,
  3547.         calendar-longitude): Moved to solar.el.
  3548.         (calendar-holidays): Unquote it!
  3549.  
  3550.         * solar.el (calendar-holiday-solar-equinoxes-solstices): Renamed
  3551.         solar-equinoxes-solstices.
  3552.         (calendar-time-display-form, calendar-latitude,
  3553.         calendar-longitude): Moved from calendar.el.
  3554.         (calendar-time-zone, calendar-standard-time-zone-name,
  3555.         calendar-daylight-time-zone-name,
  3556.         calendar-daylight-savings-starts, calendar-daylight-savings-ends):
  3557.         Take default values from calendar-current-time-zone, instead of
  3558.         being overwritten in open code if they were set to nil.
  3559.         (solar-time-string): Subtract calendar-daylight-time-offset when
  3560.         computing dst-ends.  Avoid rounding errors when rounding time to
  3561.         the nearest minute.
  3562.  
  3563.         * diary.el (list-sexp-diary-entries,
  3564.         hebrew-calendar-year-Saturday-incomplete-Sunday,
  3565.         hebrew-calendar-year-Monday-incomplete-Tuesday,
  3566.         hebrew-calendar-year-Tuesday-regular-Thursday,
  3567.         hebrew-calendar-year-Thursday-complete-Sunday,
  3568.         hebrew-calendar-year-Saturday-complete-Thursday,
  3569.         hebrew-calendar-year-Monday-complete-Saturday,
  3570.         hebrew-calendar-year-Thursday-incomplete-Sunday): Fix doc strings.
  3571.         (diary-sexp-entry): Use calendar-sexp-debug to turn off error catching.
  3572.         
  3573.         * diary-ins.el (insert-cyclic-diary-entry): Fix date form.
  3574.  
  3575.         * cal-mayan.el (calendar-mayan-days-before-absolute-zero,
  3576.         calendar-mayan-haab-difference, calendar-mayan-tzolkin-difference,
  3577.         calendar-mayan-tzolkin-haab-on-or-before,
  3578.         calendar-previous-calendar-round-date,
  3579.         calendar-absolute-from-mayan-long-count,
  3580.         calendar-print-mayan-date): Fix doc strings.
  3581.  
  3582.         * holidays.el (calendar-holiday-function-fixed,
  3583.         calendar-holiday-function-float, calendar-holiday-function-julian,
  3584.         calendar-holiday-function-islamic,
  3585.         calendar-holiday-function-hebrew, calendar-holiday-function-sexp,
  3586.         calendar-holiday-function-advent,
  3587.         calendar-holiday-function-easter-etc,
  3588.         calendar-holiday-function-greek-orthodox-easter,
  3589.         calendar-holiday-function-rosh-hashanah-etc,
  3590.         calendar-holiday-function-hanukkah,
  3591.         calendar-holiday-function-passover-etc,
  3592.         calendar-holiday-function-tisha-b-av-etc): Renamed without words
  3593.         "calendar" and "function"; changed argument from a list of values to
  3594.         individual values.  Fixed doc strings.
  3595.         (calendar-holiday-function-if): Removed.
  3596.         (calendar-holiday-solar-equinoxes-solstices): Renamed
  3597.         solar-equinoxes-solstices.
  3598.         (calendar-holiday-list): Rewrote to accomodate the name changes
  3599.         above and the unquoting of calendar-holidays.
  3600.         (calendar-cursor-holidays):  Change screen-width to frame-width.
  3601.         (holiday-sexp): Rewritten.
  3602.  
  3603.         * lunar.el (lunar-phase): Use time conversion from solar.el
  3604.  
  3605.         * cal-dst.el: New file.
  3606.         (calendar-/, calendar-%, calendar-absolute-from-time,
  3607.         calendar-time-from-absolute, calendar-next-time-zone-transition,
  3608.         calendar-time-zone-daylight-rules): New functions.
  3609.         (calendar-current-time-zone): Moved from calendar.el and rewritten.
  3610.         (calendar-current-time-zone-cache): New variable.
  3611.         (calendar-current-time-zone, calendar-time-zone,
  3612.         calendar-daylight-time-offset, calendar-standard-time-zone-name,
  3613.         calendar-daylight-time-zone-name,
  3614.         calendar-daylight-savings-starts, calendar-daylight-savings-ends,
  3615.         calendar-daylight-savings-switchover-time): Moved from calendar.el.
  3616.  
  3617. Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3618.  
  3619.     * Version 19.14 released.
  3620.  
  3621. Thu Jun 17 19:41:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3622.  
  3623.     * sendmail.el (mail-citation-hook): New hook var.
  3624.     (mail-yank-original): Use that hook if not nil.
  3625.  
  3626.     * sc.el: Change usage comment.
  3627.  
  3628. Thu Jun 17 18:57:01 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3629.  
  3630.     * faces.el (make-face-bold, make-face-italic,
  3631.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  3632.     Always pass the frame parameter to internal-try-face-font; we only
  3633.     want to set the face for this frame.
  3634.  
  3635.     * faces.el (make-face-bold, make-face-italic,
  3636.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  3637.     Fix error messages.
  3638.  
  3639. Thu Jun 17 00:12:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3640.  
  3641.     * faces.el (set-face-background-pixmap, face-background-pixmap):
  3642.     Functions commented out.
  3643.  
  3644.     * mouse.el (mouse-start-secondary): New function.
  3645.     (mouse-set-secondary, mouse-drag-secondary): New functions.
  3646.     (mouse-kill-secondary, mouse-secondary-save-then-kill): New functions.
  3647.  
  3648.     * term/vt200.el: Translate F11 (ESC [ 23 ~) to ESC.
  3649.     * term/vt201.el, term/vt220.el, term/vt240.el: Likewise.
  3650.  
  3651.     * autoload.el (generate-file-autoloads): Undo previous change
  3652.     because make-docfile requires defvar doc string to start on first line.
  3653.  
  3654.     * cplus-md.el: Renamed from c++-mode.el.
  3655.     * cplus-md1.el: Renamed from c++-mode-1.el.
  3656.  
  3657.     * vc.el (vc-rename-file): Remove periods from error messages.
  3658.     (vc-backend-logentry-check, vc-revert-buffer): Likewise.
  3659.     (vc-retrieve-snapshot, vc-create-snapshot): Likewise.
  3660.     (vc-diff, vc-finish-logentry, vc-steal-lock): Likewise.
  3661.     (vc-register, vc-next-action-on-file, vc-registration-error): Likewise.
  3662.     (vc-cancel-version): Add space to end of question.
  3663.  
  3664.     * menu-bar.el (mouse-menu-choose-yank): New function.
  3665.     Put it in the edit menu.
  3666.     (yank-menu-length): New variable.
  3667.  
  3668. Wed Jun 16 20:16:10 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3669.  
  3670.     * subr.el (event-basic-type): Deal with listy events properly.
  3671.  
  3672. Wed Jun 16 23:06:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3673.  
  3674.     * autoload.el (make-autoload): Use memq once instead eq twice.
  3675.     (generate-file-autoloads): For non-autoloads, copy the defn textually
  3676.     rather than printing it after reading.
  3677.  
  3678.     * autoload.el (generate-autoload-cookie, update-autoloads-here):
  3679.     Doc fixes.
  3680.  
  3681. Wed Jun 16 17:21:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3682.  
  3683.     * frame.el (set-frame-configuration): Don't try to set a frame's
  3684.     minibuffer.  This parameter can't be changed, so that would signal
  3685.     an error.
  3686.  
  3687. Wed Jun 16 13:42:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3688.  
  3689.     * assoc.el (aput): Doc fix.
  3690.  
  3691.     * ls-lisp.el (insert-directory): If no handler, convert SWITCHES
  3692.     from a string to a list of characters.
  3693.  
  3694.     * disass.el (disassemble-internal): If function is autoload, load it.
  3695.  
  3696.     * lisp.el (parens-require-spaces): Var renamed and sense changed.
  3697.     (insert-parentheses): Corresponding changes.
  3698.  
  3699.     * rmailout.el (rmail-output): Use insert-file-contents to look at
  3700.     beginning of output file.
  3701.  
  3702.     * term/x-win.el (x-switch-definitions): Fix -iconic.
  3703.  
  3704.     * bytecomp.el (byte-compile-file-form-defmumble): Typo in prev change.
  3705.  
  3706. Tue Jun 15 03:56:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3707.  
  3708.     * server.el (server-process-filter): Use server-switch-buffer.
  3709.  
  3710.     * gud.el (gud-xdb-directories): Renamed from gud-xdb-paths.
  3711.     Defvar moved earlier.  All uses changed.
  3712.     (gud-xdb-debugger-startup): Rename local var `paths'.
  3713.     (gud-xdb-file-name): Likewise.
  3714.  
  3715.     * inf-lisp.el (inferior-lisp-buffer): Move defvar earlier.
  3716.  
  3717.     * mailalias.el (define-mail-alias): Remove excess whitespace better.
  3718.  
  3719.     * mailabbrev.el (define-mail-abbrev): Renamed from define-mail-alias.
  3720.     (build-mail-abbrevs): Use new name.
  3721.  
  3722.     * bytecomp.el (byte-compile-file-form-defmumble): Use defalias
  3723.     for named function, even if no doc string.
  3724.  
  3725.     * dired.el (dired-repeat-over-lines): Going fwd, skip new lines
  3726.     that FUNCTION inserts after the current line.
  3727.     Going backwd, no need for dired-move-to-filename each time.
  3728.  
  3729. Tue Jun 15 21:10:22 1993  Shane Hartman  (shane@nugget.spr.com)
  3730.  
  3731.         * gud.el (xdb): New debugger supported (xdb under HPUX-PARISC).
  3732.         (gud-xdb-debugger-startup): New function.
  3733.         (gud-xdb-file-name, gud-xdb-accumulation): New functions.
  3734.         (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New.
  3735.  
  3736. Mon Jun 14 14:53:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3737.  
  3738.     * lisp.el (parens-dont-require-spaces): New variable.
  3739.     (insert-parentheses): Obey that variable.
  3740.  
  3741.     * emerge.el (emerge-make-diff3-list): Pass ancestor second.
  3742.     (emerge-extract-diffs3): Replace group-1 with group-2.
  3743.     (emerge-handle-local-variables): Pass no arg to hack-local-variables.
  3744.  
  3745.     * picture.el (picture-replace-match): New function.
  3746.     * dabbrev.el (dabbrev-expand): Do all changes with replace-match.
  3747.     In picture-mode, use picture-replace-match instead.
  3748.  
  3749. Mon Jun 14 10:57:43 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3750.  
  3751.     * holidays.el: Eval calendar-holidays; don't just use its value.
  3752.  
  3753.     * complete.el: (provide 'complete).
  3754.  
  3755. Mon Jun 14 03:10:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3756.  
  3757.     * window.el (balance-windows): Total rewrite.
  3758.  
  3759. Sun Jun 13 00:33:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3760.  
  3761.     * bytecomp.el (byte-compile-file): Undo previous change.
  3762.     (batch-byte-recompile-directory): Doc fix.
  3763.  
  3764.     * isearch.el (isearch-highlight): If no face `isearch', use `region'.
  3765.  
  3766.     * c-mode.el (c-indent-line): Call c-backward-to-start-of-if
  3767.     in the case of else following a close brace.
  3768.  
  3769.     * man.el (Man-getpage-in-background): Use TERM=dumb to prevent
  3770.     terminal control sequences in the output.
  3771.  
  3772. Sat Jun 12 16:58:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3773.  
  3774.     * files.el (abbreviate-file-name): Match home dir with no /
  3775.     if nothing else follows.
  3776.  
  3777.     * finder.el (finder-find-library): New function.
  3778.     (finder-commentary): Use it.
  3779.  
  3780.     * forms.el, forms-pass.el, forms-d2.el, forms-dat.el, forms.README:
  3781.     Moved from subdir forms-mode.  Subdir deleted.
  3782.  
  3783. Sat Jun 12 16:03:03 1993  Johan Vromans  (jv@mh.nl)
  3784.  
  3785.     * forms.el (forms--change-commands): 
  3786.     Use (function (lambda ...)) instead of '(lambda...).
  3787.  
  3788.     * forms.el: Provide `forms' as well as `forms-mode'.
  3789.     (forms-new-record-filter, forms-modified-record-filter): Add defvars.
  3790.  
  3791. Sat Jun 12 02:53:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3792.  
  3793.     * files.el (make-directory): By default create dir default-dir. 
  3794.  
  3795. Fri Jun 11 11:46:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3796.  
  3797.     * vc.el (vc-backend-diff): Always use -q option.
  3798.  
  3799.     * files.el (file-truename): Don't use expand-file-name to merge
  3800.     a link target into the previous dir.  Handle .. and . explicitly.
  3801.  
  3802.     * env.el (setenv): Treat case as significant.
  3803.  
  3804.     * mailabbrev.el (sendmail-pre-abbrev-expand-hook):
  3805.     If last-command-char is not a character, don't check char-syntax.
  3806.  
  3807.     * inf-lisp.el: Doc fixes. 
  3808.     (run-lisp): Add autoload.
  3809.     (inferior-lisp-mode-map): Explicitly make local prefix keys.
  3810.  
  3811.     * cmulisp.el: File deleted.
  3812.  
  3813.     * server.el (server-window): New variable.
  3814.     (server-switch-buffer): Use it.
  3815.  
  3816.     * flow-ctrl.el (enable-flow-control): Don't alter the 8-bit flag.
  3817.  
  3818.     * man.el (Man-filter-list): Add an element for X man pages.
  3819.     (Man-goto-page): Continue past errors in Man-build-references-alist.
  3820.  
  3821.     * rmailout.el (rmail-output-to-rmail-file): Use the smart default
  3822.     in the prompt.
  3823.  
  3824.     * register.el (view-register): Handle file name values.
  3825.  
  3826.     * etags.el (etags-tags-completion-table): When skipping the noise
  3827.     before the tag name, let it end with any char not allowed in a tag.
  3828.  
  3829.     * files.el (cd): Use file-name-absolute-p.
  3830.     (cd-absolute): No longer interactive.
  3831.  
  3832.     * echistory.el (electric-history-map): Don't use fillarray;
  3833.     make default bindings instead.  Bind up, down, home, next, prior.
  3834.  
  3835. Fri Jun 11 05:44:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3836.  
  3837.     * frame.el (frame-initialize): Remember to actually traverse
  3838.     initial-frame-alist.
  3839.  
  3840.     * gud.el (gud-last-last-frame): New variable.
  3841.     (gud-display-frame): Save the frame we displayed in
  3842.     gud-last-last-frame.
  3843.     (gud-refresh): Force gud-display-frame to jump to the last frame
  3844.     displayed, even if it has already done so once.
  3845.  
  3846.     * man.el (manual-entry): Recognize the subject(section) syntax.
  3847.  
  3848.     * picture.el (move-to-column-force): If column is negative, go
  3849.     flush left.
  3850.  
  3851.     * simple.el (hscroll-point-visible): Work as documented in the
  3852.     docstring for hscroll-step.
  3853.  
  3854. Fri Jun 11 00:04:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3855.  
  3856.     * lisp-mode.el (lisp-indent-function): Look for either
  3857.     lisp-indent-hook or lisp-indent-function property.
  3858.  
  3859.     * files.el (make-backup-files): Doc fix.
  3860.  
  3861.     * mouse.el (mouse-set-mark-fast): New function.
  3862.     (mouse-show-mark): New function.
  3863.     (mouse-kill-ring-save, mouse-save-then-kill): Use them.
  3864.     (mouse-save-then-kill): Don't let kill-region alter this-command.
  3865.     Check last-command accordingly.
  3866.     (mouse-split-window-vertically): Handle scroll bar events.
  3867.  
  3868. Thu Jun 10 13:41:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3869.  
  3870.     * rmail.el (rmail-primary-inbox-list): Use defvar, not defconst.
  3871.  
  3872.     * files.el (basic-save-buffer): Cal auto-save-mode with t as arg
  3873.     if and only if auto save was off and default is on.
  3874.     (set-visited-file-name): Likewise.
  3875.  
  3876.     * simple.el (append-to-buffer): Interactively, supply all 3 args.
  3877.     Allow nonexistent buffers.
  3878.  
  3879.     * files.el (abbreviate-file-name): Make abbreviated-home-dir
  3880.     from `~/', not from just `~'.
  3881.     (hack-one-local-variable): Query for ...-hook(s) and ..-function(s)
  3882.     as the `eval' variable.
  3883.  
  3884.     * ispell.el: Doc fixes.
  3885.     (ispell-command, ispell-command-options): New defvars.
  3886.     (start-ispell): Use them.
  3887.  
  3888.     * ange-ftp.el (ange-ftp-multi-msgs): Add 331-.
  3889.  
  3890.     * man.el (Man-mode): Run Man-mode-hook.
  3891.  
  3892.     * bibtex.el (bibtex-mode-map): Use tex-insert-quote, not TeX-...
  3893.  
  3894. Thu Jun 10 15:16:11 1993  Shane Hartman  (shane@nugget.spr.com)
  3895.  
  3896.         * c++-mode.el (calculate-c++-indent): Respect
  3897.         c-continued-brace-offset (as in c-mode.el).
  3898.  
  3899. Thu Jun 10 06:39:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3900.  
  3901.     * frame.el (frame-initialize): When deleting geometry
  3902.     specifications from initial-frame-alist, remember that they may
  3903.     occur more than once, and do, if the -geometry option was
  3904.     specified as well as a .geometry resource.
  3905.  
  3906.     * scroll-bar.el (scroll-bar-mode): Variable deleted.
  3907.     (scroll-bar-mode): Function changed to consult default-frame-alist
  3908.     instead of the variable.
  3909.  
  3910.     * gnus.el (gnus-start-news-server): If no server has been
  3911.     specified, but gnus-nntp-service is nil, don't ask for a server
  3912.     name; use the local host.
  3913.  
  3914.     * ange-ftp.el (ange-ftp-make-directory): Take second optional
  3915.     argument parents, like the original.  Implement it.
  3916.  
  3917.     * gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
  3918.     matches .newsrc lines for better performance under the new regexp
  3919.     routines.
  3920.  
  3921. Thu Jun 10 13:40:44 1993  Dave Gillespie  (daveg@synaptics.com)
  3922.  
  3923.     * bytecomp.el: Bug fixes and upgrade to match Zawinski's v2.10.
  3924.     (byte-compile-dest-file): Added support for emacs-lisp-file-regexp.
  3925.     (byte-recompile-directory): Several things involving `noninteractive'.
  3926.     (byte-compile-file): Changed prompting in read-file-name.
  3927.     (byte-compile-insert-header): Put a magic number at top of .elc files,
  3928.     fixed backwards test of byte-compile-compatibility.
  3929.     (byte-compile-form, byte-defop-compiler19, byte-compile-list,
  3930.     byte-compile-concat, byte-compile-insert): Likewise.
  3931.     (byte-compile-condition-case): Added checking for unknown conditions.
  3932.     (batch-byte-recompile-directory): New function.
  3933.  
  3934. Wed Jun  9 05:43:49 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3935.  
  3936.     * compile.el (compilation-error-list): When we haven't yet
  3937.     generated a marker for the source position of an error message,
  3938.     store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE)
  3939.     LINE-NUMBER).  Doc fix.
  3940.     (next-error, compilation-parse-errors): Adjusted appropriately.
  3941.  
  3942.     * scroll-bar.el (scroll-bar-set-window-start): Remember that the
  3943.     scroll bar numbers reflect the accessible region of the buffer,
  3944.     not the entire buffer.
  3945.  
  3946. Tue Jun  8 12:28:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3947.  
  3948.     * dired.el (dired-flag-auto-save-files): Ignore `*' added by ls -F.
  3949.  
  3950.     * sc.el (sc-mark): Use mark-marker.
  3951.  
  3952. Tue Jun  8 08:28:14 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3953.  
  3954.     * Version 19.13 released.
  3955.  
  3956. Tue Jun  8 00:40:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3957.  
  3958.     * fortran.el (fortran-indent-new-line): Renamed from
  3959.     fortran-reindent-then-newline-and-indent.
  3960.  
  3961.     * mouse.el (mouse-drag-region-1): Un-comment-out this function.
  3962.  
  3963.     * info.el (Info-follow-reference): Fix completion defaulting.
  3964.  
  3965. Mon Jun  7 21:47:37 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  3966.  
  3967.         * calendar.el (calendar-current-time-zone): Change variable names
  3968.         to make them more readable.
  3969.         (calendar-time-zone, calendar-standard-time-zone-name,
  3970.         calendar-daylight-time-zone-name, calendar-daylight-savings-ends,
  3971.         calendar-daylight-savings-starts): Don't autload them.
  3972.  
  3973. Mon Jun  7 00:25:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3974.  
  3975.     * apropos.el (safe-documentation): Don't crash on byte-compiled macro.
  3976.  
  3977.     * telnet.el (telnet-simple-send): New function.
  3978.     (telnet): Arrange to use that.
  3979.  
  3980.     * sun-keys.el: File deleted.
  3981.  
  3982.     * texinfo.el (texinfo-section-types-regexp): Add @chapheading.
  3983.  
  3984.     * gud.el: Doc fixes.  Delete local variable list at the end.
  3985.     (expr-forward-sexp): Renamed from forw-expr.
  3986.     (expr-backward-sexp): Renamed from back-expr.
  3987.  
  3988.     * case-table.el (describe-buffer-case-table): Merge locals i and ch.
  3989.     Make *Help* current buffer for describe-vector.
  3990.  
  3991.     * bibtex.el: Fix typos in previous change.
  3992.     Add a few menu items.
  3993.  
  3994.     * compile.el (compilation-error-regexp-alist): Make sure each regexp
  3995.     can only match a few characters at the front.  Split off the Mips
  3996.     CC regexp from the Apollo regexp.
  3997.  
  3998.     * rmail.el (rmail-variables): Default rmail-inbox-list here.
  3999.     (rmail): Not here.
  4000.  
  4001.     * ange-ftp.el (ange-ftp-real-load): New function.
  4002.     (ange-ftp-load): New function--handles `load'.
  4003.  
  4004. Sun Jun  6 18:29:36 1993  Paul Eggert  (eggert@twinsun.com)
  4005.  
  4006.     * term/sun-mouse.el (mouse-union-first-preferred): Renamed from
  4007.     mouse-union-first-prefered.
  4008.  
  4009. Sun Jun  6 17:46:25 1993  Paul Eggert  (eggert@twinsun.com)
  4010.     
  4011.     * sc.el (sc-consistent-cite-p): Renamed from sc-consistant-cite-p.
  4012.  
  4013.     * etags.el (etags-recognize-tags-table): Fix misspelling of
  4014.     find-tag-regexp-next-line-after-failure-p.
  4015.  
  4016.     * bibtex.el (bibtex-name-alignment): Renamed from
  4017.     bibtex-name-alignement.
  4018.  
  4019.     * allout.el (outlinify-sticky): Renamed from outlineify-sticky.
  4020.  
  4021.     * faces.el (x-create-frame-with-faces): Reversevideo -> ReverseVideo.
  4022.     * frame.el (frame-initialize): Likewise.
  4023.  
  4024. Sun Jun  6 01:27:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4025.  
  4026.     * outline.el (outline-minor-mode): Add autoload cookie.
  4027.  
  4028.     * bibtex.el: Define 2 local menu-bar submaps.
  4029.     (bibtex-x-help, bibtex-x-environment): Deleted.
  4030.  
  4031.     * isearch.el (search-upper-case): Make `no-yanks' the default.
  4032.     (isearch-no-upper-case-p): New arg REGEXP-FLAG.
  4033.     (isearch-search): Pass new arg.
  4034.     (isearch-member-equal): Deleted.
  4035.     (isearch-overlay): New variable.
  4036.     (isearch-highlight, isearch-dehighlight): Rewritten to use overlays.
  4037.  
  4038.     * dired.el (dired-unmark-all-files): Read arg as just a character.
  4039.     Use non-regexp search to find a specific mark.
  4040.     Use subst-char-in-region to make the change.
  4041.     Improve the message at the end.
  4042.  
  4043.     * vip.el (vip-ctl-key-equivalent): Use vip-escape-to-emacs.
  4044.     (vip-escape-to-emacs): Use read-key-sequence and key-binding.
  4045.     Arg EVENTS replaces arg CHAR.  
  4046.     (vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.
  4047.  
  4048.     * compile.el (compile-internal): Alter current buffer only temporarily.
  4049.  
  4050. Sat Jun  5 13:08:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4051.  
  4052.     * sendmail.el (mail-do-fcc): Replace the code for appending to buffer.
  4053.  
  4054.     * rmailsum.el (rmail-summary-next-msg): Fix number of dots in regexp.
  4055.  
  4056.     * scroll-bar.el (scroll-bar-drag-1):
  4057.     Calculate position relative to the accessible part of the buffer.
  4058.  
  4059.     * menu-bar.el (menu-bar-help-menu): Add defvar.
  4060.     (menu-bar-edit-menu, menu-bar-file-menu): Likewise.
  4061.  
  4062.     * dired.el (dired-flag-backup-files): Handle `*' made by `ls -F'.
  4063.  
  4064.     * ange-ftp.el (internal-ange-ftp-mode): Renamed from ange-ftp-mode.
  4065.     Callers changed.
  4066.  
  4067.     * menu-bar.el (window-system): Enable menu bars only if
  4068.     window-system is non-nil.
  4069.  
  4070.     * add-log.el (add-log-current-defun): Fix typos in last change.
  4071.  
  4072. Sat Jun  5 04:39:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4073.  
  4074.     * term/x-win.el (x-selection-timeout): Set it, using x-get-resource.
  4075.  
  4076. Fri Jun  4 07:14:44 1993  Paul Eggert  (eggert@twinsun.com)
  4077.  
  4078.     * timezone.el: (timezone-make-date-arpa-standard,
  4079.     timezone-make-date-sortable): Move common code into timezone-fix-time.
  4080.     (timezone-fix-time): Merge common code from above two functions.
  4081.     Yield time zone at end of result vector.
  4082.     Set time zone offset correctly as of the given time,
  4083.     instead of guessing from the current offset.
  4084.     (timezone-make-arpa-date, timezone-zone-to-minute): Convert
  4085.     current-time-zone style timezones into RFC-822 style timezones.
  4086.  
  4087.     (timezone-time-from-absolute, timezone-time-zone-from-absolute,
  4088.     timezone-day-number, timezone-absolute-from-gregorian):
  4089.     More functions borrowed from Reingold's calendar package.
  4090.  
  4091.     (timezone-make-arpa-date, timezone-make-sortable-date): Can safely
  4092.     assume that year includes century, since timezone-fix-time guarantees
  4093.     this.
  4094.  
  4095.     * gnuspost.el (gnus-current-time-zone):    New function, which tries
  4096.     current-time-zone, and if that fails falls back on gnus-local-timezone.
  4097.     (gnus-inews-date): Use it.
  4098.     (gnus-inews-valid-date): New optional args TIME (default now) and ZONE
  4099.         (default GMT).
  4100.     (gnus-inews-buggy-date): New optional arg TIME (default now).
  4101.  
  4102.     * gnus.el (gnus-local-timezone): Now used only if current-time-zone
  4103.     does not work.
  4104.  
  4105. Fri Jun  4 01:16:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4106.  
  4107.     * mh-e.el (mh-yank-cur-msg): Use (mark t).
  4108.  
  4109.     * simple.el (mark): Doc fix.
  4110.  
  4111.     * add-log.el (add-log-current-defun): Handle Fortran.
  4112.  
  4113.     * rmail.el (rmail-resend): Require sendmail and mailalias.
  4114.  
  4115.     * time.el (display-time-24hr-format): Make it a user option.
  4116.  
  4117.     * edt.el (GOLD-prefix): Define *after* GOLD-map.
  4118.  
  4119.     * dired.el (dired-change-marks): Just ding if one arg is RET.
  4120.     Search for strings, not regexps.  Use subst-char-in-region.
  4121.  
  4122.     * isearch.el (isearch-mode): Set isearch-window-configuration
  4123.     only if in slow mode.
  4124.     (isearch-done): Use isearch-window-configuration only if non-nil.
  4125.     (isearch-other-control-char): For mouse event, call isearch-done
  4126.     in the buffer whose keymap was used.
  4127.  
  4128.     * flow-ctrl.el (enable-flow-control): Doc fix.
  4129.  
  4130. Thu Jun  3 20:01:19 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  4131.  
  4132.         * calendar.el (calendar-holidays): Quote it to delay evaluation
  4133.         until it's needed.
  4134.  
  4135.         * holidays.el (calendar-holiday-list): Eval calendar-holidays.
  4136.  
  4137. Thu Jun  3 00:47:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4138.  
  4139.     * sendmail.el (mail-do-fcc): Omit first 2 lines when appending
  4140.     to an RMAIL buffer.
  4141.  
  4142.     * simple.el (kill-ring-save): Doc fix.
  4143.  
  4144.     * rmailsum.el (rmail-summary-expunge-and-save): Do save-buffer last.
  4145.     Use two separate save-excursion calls.
  4146.     (rmail-summary-input): Use pop-to-buffer.
  4147.     (rmail-summary-get-new-mail): Gobble rmail-current-message;
  4148.     later go to that message.
  4149.     (rmail-summary-next-msg): Start at end of line, if moving forward.
  4150.     Move to beginning of line, after the loop.
  4151.     (rmail-new-summary): Fix format of elt in minor-mode-alist.
  4152.  
  4153.     * rmail.el (rmail-select-summary): Add a save-excursion.
  4154.  
  4155.     * rmailsum.el (rmail-summary-expunge-and-save):
  4156.     Call set-buffer again after rmail-only-expunge.
  4157.     (rmail-summary-add-label, rmail-summary-kill-label):
  4158.     Fix reading the label.
  4159.     (rmail-summary-rmail-update): Bind window locally.
  4160.     Use unwind-protect, not save-window-excursion.
  4161.  
  4162.     * vc-hooks.el (vc-find-file-hook): Check buffer-file-name is non-nil.
  4163.  
  4164.     * hideif.el (define-hide-ifdef-mode-map): Don't bind C-c LETTER.
  4165.     Use C-c ESC LETTER instead.
  4166.     Handle case where where-is-internal returns nil.
  4167.  
  4168.     * texinfmt.el: Provide texinfmt.
  4169.  
  4170.     * bytecomp.el (byte-compile-insert-header): Fix backwards test
  4171.     of byte-compile-compatibility.
  4172.  
  4173.     * info.el (Info-mode-map): Bind mouse-2, not mouse-3.
  4174.  
  4175.     * view.el (View-scroll-lines-forward): If we exit, do nothing else.
  4176.  
  4177.     * calendar.el (calendar-mode): Doc fix.
  4178.     (calendar-mark-ring): New defvar.
  4179.  
  4180.     * frame.el (frame-initialize): Set cursor-color last.
  4181.  
  4182.     * vip.el (vip-escape-to-emacs): Temporarily restore local map
  4183.     and use read-key-sequence.
  4184.  
  4185.     * rmailsum.el (rmail-summary-by-senders): New function.
  4186.     (rmail-message-senders-p): New function.
  4187.  
  4188. Thu Jun  3 17:58:59 1993  Dave Gillespie  (daveg@synaptics.com)
  4189.  
  4190.     * complete.el (PC-lisp-complete-symbol): Added.
  4191.     (PC-look-for-include-file): Recognize some Lisp notations.
  4192.     (PC-include-file-all-completions): Fixed uppercase variable names.
  4193.  
  4194. Wed Jun  2 12:56:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4195.  
  4196.     * info.el (Info-suffix-list): Handle .gz suffix.
  4197.     * ange-ftp.el (ange-ftp-binary-file-name-regexp): Handle .gz.
  4198.  
  4199.     * ehelp.el (electric-help-command-loop): Use equal to compare
  4200.     lists of events.
  4201.  
  4202.     * electric.el (Electric-command-loop): Use eq to compare events.
  4203.  
  4204.     * diff.el (diff): Really do use arg SWITCHES.
  4205.  
  4206.     * frame.el (frame-initialize): Delete geometry parms
  4207.     from initial-frame-alist.
  4208.  
  4209. Wed Jun  2 09:59:02 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  4210.  
  4211.         * calendar.el (calendar-daylight-savings-starts): Mention use of
  4212.         nil value in documentation string.
  4213.         (calendar-daylight-time-offset): New variable.
  4214.         (calendar-daylight-savings-switchover-time):  New variable.
  4215.         (calendar-mode): Mention them.
  4216.         (calendar-time-zone, calendar-print-astro-day-number,
  4217.         calendar-time-display-form): Change Universal Time (UT) to
  4218.         Coordinated Universal Time (UTC). 
  4219.  
  4220.         *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
  4221.         Universal Time (UT) to Coordinated Universal Time (UTC).
  4222.         (solar-time-string): Use calendar-daylight-time-offset instead of
  4223.         1 hr, and use calendar-daylight-savings-switchover-time instead of
  4224.         midnight.  Add an optional parameter to allow forcing the use of
  4225.         standard or daylight savings time.  Fix code so it works in
  4226.         southern hemisphere (start of dst precedes end of dst in a
  4227.         calendar year) and when dst either starts or ends in a calendar
  4228.         year, but not both.
  4229.  
  4230. Tue Jun  1 17:40:30 1993  Ken  Manheimer  (klm@coil.nist.gov)
  4231.  
  4232.     * allout.el (outlineify-sticky): Reconciled provisions for
  4233.     non-standard and standard prefix leaders.
  4234.  
  4235. Tue Jun  1 16:09:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4236.  
  4237.     * Version 19.12 released.
  4238.  
  4239.     * reporter.el: New file.
  4240.  
  4241.     * mouse.el (mouse-buffer-menu): Don't select the event's window,
  4242.     if event has frame instead.
  4243.  
  4244.     * tar-mode.el: Typo in autoload cookie.
  4245.  
  4246.     * shell.el (shell-prompt-pattern): Use defvar.
  4247.  
  4248.     * ange-ftp.el (ange-ftp-make-backup-files): Doc fix.
  4249.  
  4250.     * sendmail.el (mail-signature): Do not insert a line with `--'.
  4251.  
  4252.     * menu-bar.el (mouse-menu-bar-buffers): Renamed from mouse-buffer-menu.
  4253.  
  4254.     * subr.el (posn-timestamp): Doc fix.
  4255.  
  4256.     * sort.el (sort-fold-case): New variable.
  4257.     (sort-subr): Bind case-fold-search from sort-fold-case.
  4258.  
  4259.     * simple.el (undo):
  4260.     Pass proper arg to delete-auto-save-file-if-necessary.
  4261.  
  4262.     * desktop.el: New file.
  4263.  
  4264.     * c++-mode-1.el: New file.
  4265.  
  4266. Tue Jun  1 16:03:30 1993  Ken  Manheimer  (klm@coil.nist.gov)
  4267.  
  4268.     * allout.el (move-to-column): Pass zero instead of negative arg.
  4269.     Added some free variables defvars, so byte-comple doesn't complain.
  4270.     Included some stub code, eventually will be proper use of Emacs 19
  4271.     minor-mode-sensitive keymaps.
  4272.  
  4273. Tue Jun  1 14:01:25 1993  Stephen A. Wood  (saw@cebaf.gov)
  4274.  
  4275.     * fortran.el (fortran-mode): Replace comment-indent-hook with
  4276.     comment-indent-function.
  4277.  
  4278.     * fortran.el (fortran-is-in-string-p): Replaced with new version
  4279.     that uses the syntax table.
  4280.  
  4281.     * fortran.el (calculate-fortran-indent): Lines that have a # after
  4282.     whitespace are interpreted as cpp directives and outdented back to
  4283.     column zero.
  4284.  
  4285. Tue Jun  1 00:27:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4286.  
  4287.     * lucid.el (map-keymap): Doc fix.
  4288.  
  4289.     * dired-aux.el (dired-compress-file): Use gzip when proper/possible.
  4290.  
  4291.     * sc.el: Fix installation instructions.
  4292.     (sc-cite-original): Add autoload cookie.
  4293.  
  4294.     * sendmail.el (mail-yank-hooks): New hook variable.
  4295.     (mail-yank-original): Run the hook.
  4296.     (mail-indent-citation): New function.
  4297.  
  4298.     * cl.el (cl-mod): Renamed from mod.
  4299.  
  4300.     * Version 19.11 released.
  4301.  
  4302.     * lucid.el (copy-tree): Use let* to bind new before i.
  4303.  
  4304.     * terminal.el (te-pass-through): Delete debugging code left by mistake.
  4305.  
  4306.     * comint.el (comint-filter): Put window-start before the input.
  4307.  
  4308.     * isearch.el (isearch-mode): If enter recursive-edit,
  4309.     also bind isearch-recursive-edit.
  4310.  
  4311.     * cookie1.el: Renamed from cookie.el.
  4312.     Provide cookie1.
  4313.     * yow.el, spook.el: Changed accordingly.
  4314.  
  4315. Mon May 31 23:21:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4316.  
  4317.     * outline.el (outline-flag-region): Pass t as NOUNDO arg
  4318.     to subst-char-in-region.  No need to restore buffer-modified-p by hand.
  4319.  
  4320. Mon May 31 20:29:00 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  4321.  
  4322.     * term/x-win.el (x-invocation-args): Add defvar.
  4323.  
  4324. Mon May 31 19:59:12 1993  Junio Hamano  (junio@twinsun.com)
  4325.  
  4326.     * window.el (count-windows): PROC argument of
  4327.     walk-windows takes an argument.
  4328.  
  4329. Mon May 31 00:20:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4330.  
  4331.     * gnus.el (gnus-summary-isearch-article): Call isearch-forward
  4332.     in ordinary fashion with no args.
  4333.     (gnus-inews-article-hook, gnus-prepare-article-hook):
  4334.     Initialize to a list.
  4335.     (gnus-read-newsrc-file): If timestamps are equal, reload .newsrc. 
  4336.  
  4337.     * bibtex.el (bibtex-mode): Add autoload.
  4338.  
  4339.     * files.el (inhibit-local-variables-regexps): New variable.
  4340.     (set-auto-mode): Handle inhibit-local-variables-regexps.
  4341.  
  4342.     * tar-mode.el: Don't initialize write-file-hooks.
  4343.     Don't change auto-mode-alist.
  4344.     (tar-regexp): Deleted.
  4345.     (tar-normal-mode): Deleted.
  4346.     (tar-mode): Add autoload.
  4347.  
  4348.     * faces.el (x-resolve-font-name): Clean up error messages.
  4349.  
  4350.     * timer.el (run-at-time): Pass args to start-process in right order.
  4351.  
  4352.     * info.el (Info-get-token): Check that thesecond search succeeded.
  4353.  
  4354.     * edebug.el: Provide edebug.
  4355.  
  4356.     * rmailsum.el (rmail-message-subject-p): Fix typo in string constant.
  4357.  
  4358.     * cl.el (mod): Use cl-floor.
  4359.     (rem): Use cl-truncate.
  4360.  
  4361.     * gud.el (gud-def): Don't use gud-key-prefix at compile time.
  4362.  
  4363.     * window.el (shrink-window-if-larger-than-buffer): Add `interactive'.
  4364.     Do nothing if window contents not entirely visible.
  4365.  
  4366.     * sendmail.el (mail-do-fcc): Put back the newline at the start
  4367.     of the fcc temp buffer.  It got lost somewhere.
  4368.  
  4369. Sun May 30 15:14:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4370.  
  4371.     * gnus.el (gnus-nntp-server): Use gnus-default-nntp-server.
  4372.  
  4373.     * info.el (Info-mode-map): Correct Info-top to Info-top-node.
  4374.  
  4375.     * man.el (Man-notify-when-ready): Correct previous change.
  4376.  
  4377. Sun May 30 18:28:43 1993  Stephen Gildea  (gildea@alex.lcs.mit.edu)
  4378.  
  4379.     * mh-e.el (mh-signature-file-name): New variable.
  4380.     mh-e version 3.8.2.
  4381.  
  4382. Sun May 30 13:21:04 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  4383.  
  4384.      * faces.el (x-resolve-font-name): Fix args to error; the format
  4385.      string was changed, but not the arguments to be substituted.
  4386.  
  4387.      * faces.el (x-resolve-font-name): Give correct error message
  4388.      depending on whether or not FACE was non-nil.
  4389.